body{
	background: url("../images/background.jpg") repeat-x; 
	font: 12px Arial;
	color: #fff;
	background-color: #065c87;
 } 
 
#container {
	margin: 0 auto;
	width: 585px;
} 

#logo a {
	background: url("../images/logo.jpg") no-repeat;
	width:405px;
	height:69px;
	display: block;
	float: left;
	margin-left: 90px;
	margin-top: 144px;
}

#buttons {
	border-bottom: 1px solid #157eb2;
	border-top: 1px solid #157eb2;
	padding: 20px 0px 10px 0px;
	text-align: center;
}


/*************************
	Clear Fix
*************************/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */


