@charset "UTF-8";

#main_content {
	height: 120px;
	width: 312px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -156px;
	margin-top: -130px;
	text-decoration: none;
}
#main_logo {
	height: 85px;
	width: 312px;
	padding-bottom: 15px;
}
#main_content #enter_site h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}
a {
	text-decoration:none;
}
a:link {
	color:	#CCC;
	text-decoration:none;
}

a:visited {
	color: #CCC;
	text-decoration:none;
}

a:active {
	background-color: #CCC;
	text-decoration:none;
}

a:hover {
	color: #06C;
	text-decoration:none;
}
#enter_site {
	text-align: center;
	clear: both;
	height: 35px;
	width: 312px;
}

