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

* {padding: 0px; margin: 0px; font-family: Verdana, Geneva, sans-serif;}

#bodyWrapper {
	width: 1070px;
	height: 780px;
	
	margin: 0 auto;
margin-top: 20px;
	
	background: url(bg.jpg) no-repeat;
	position: relative;
}

#header {
	position: absolute;
	top: 150px;
	left: 80px;
}
#footer {
	position: absolute;
	top: 738px;
	left: 540px;
	width: 500px;
	text-align: right;
}
#buttonsWrapper {
	padding: 250px 20px 0px 20px;
}


h1 {font-size: 20px; color: #00a750	; font-weight: bold;}
p {font-size: 11px; color: #888888;}
a {text-decoration: none; color: #888888; font-size: 20px; font-weight: bold;}

a:hover img {background: url(hover.png) no-repeat left top;}
