@charset "UTF-8";
/* CSS Document */

body {font-family: Arial, Helvetica, sans-serif; color: #FFF; background-image: url(images/bg-body.jpg); background-repeat: repeat-x;}

#container {
	margin: auto;
	width: 900px;
}

#header {
	background-color: #000;
	width: 900px;
	height: 120px;
	margin-top: 30px;
	float: left;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

#buttons {width: 100%; margin-top: 20px; background-image: url(images/buttons-bg.png); background-repeat: repeat-x; float: left;}
.button {
	height: 30px; 
	padding: 10px 20px 0px 20px; 
	color: #FFF; 
	float: left; 
	background-image: url(images/button-spacer.png); 
	background-position:right; 
	background-repeat: no-repeat;
}
.button a {text-decoration: none; color: #FFF;}
.button a:hover {color: #666;}
.buttonlast {height: 30px; padding: 10px 20px 0px 20px; color: #FFF; float: left;}
.buttonlast a {text-decoration: none; color: #FFF;}
.buttonlast a:hover {color: #666;}

#content {
	width: 900px;
	margin-top: 20px;
	float: left;
	background-image: url(images/content-bg.png);
	min-height: 400px;
}
.content {padding: 15px; float: left;}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	width: 900px;
	height: 50px;
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	line-height: 20px;
   	margin-bottom: 20px;
   	float: left;
}