body
{
    background:url(../img/shadow.png) repeat-x;
    /*background-color:#f5f6f7;*/
    /*font-family: Verdana, sans-serif;*/
	font-family: "Lucida Grande", "Helvetica", Arial, Verdana, sans-serif;
    margin:0px;
    font-size: 12px;
	line-height: 1.6em;
    color: black;
	
}

#page
{
	margin:0 auto;
	/*border:0;*/
	position:relative;
	min-width:650px;
	width:650px;
	/*width:71.3em;*/
	text-align:left;
	margin-top: 25px;
}

#head
{
	width:650px;/*950 - (2x10 + 2b)*/
	height: 214px;
	background: url(../img/cen-xfs-atm-software-info-banner.png);
	border-bottom: solid 3px gray;
}
#body
{
	min-height: 100px;
	padding-top: 25px;
	
}
#footer
{
	border-top: solid 3px gray;
	color: gray;
	position: static;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1em;
}


#google_translate_element
{
	position: absolute;
	right: 0px;
	top: 300px;
}

A
{
	color: #0085cf;
}


