body
{
	background:url(/images/bg.jpg) no-repeat top center #fff;
	margin:0;
	padding:0;
	margin-bottom:50px;
}

/* framework */


#container
{
	display:block;
	margin:auto;
	padding:300px 255px 125px 20px;
	position:relative;
	width:525px;
}

#gps
{
	background:#FFFFFF url(/images/gps.jpg) no-repeat scroll center top;
	display:block;
	height:207px;
	position:absolute;
	right:0;
	top:350px;
	width:215px;
}

#gps input
{
	background:none;
	position:absolute;
	border:0;
}

#gps input.textfield
{
	left:27px;
	padding:4px 8px 4px 20px;
	top:88px;
	width:106px;
	height:14px;
}

#gps input.submitbutton
{
	height:24px;
	right:27px;
	cursor:pointer;
	top:88px;
	width:26px;
	color:#535353;
}

#footer
{
	bottom:0;
	color:#949494;
	display:block;
	font-size:90%;
	height:35px;
	left:0;
	width:800px;
	padding-top:10px;
	position:absolute;
	right:0;
	text-align:center;
}

#footer li
{
	display:inline;
	padding:0 40px 0 0;
}

#footer li a
{
	color:#949494;
	text-decoration:none;
}

#footer li a:hover
{
	text-decoration:underline;
	color:#6f6f6f;
}

#footer #cvo
{
	display:block;
	width:50px;
	height:43px;
	background: url(/images/cvo.gif);
	position:absolute;
	left:0;
	top:0;
}

#footer a#go
{
	display:block;
	width:75px;
	height:40px;
	background: url(/images/go.gif);
	position:absolute;
	right:0;
	top:0;
}