@CHARSET "UTF-8";

body {
	background: url('../images/bg_horse.jpg');
	background-repeat: no-repeat;
}

div.site_selection {
	position:relative;
	top: 198px;
	background-image: url("../images/bg_60.png");
	text-align: center;
	padding-top:45px;
	padding-bottom: 50px;
}

div.site_selection div {
	margin: 0 auto;
	margin-top: 34px;
	width:400px;
	
}

div.selection a {
	color: #669933;
	text-decoration: none;
	text-transform: uppercase;
	display:block;
	width:200px;
	float:left;
}

div.selection a:hover {
	color: black;
}
