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

div#top {
	margin: 0px;
	width: 100%;
	height: 10px;
	background: url('../images/top.jpg') repeat-x;
}

div#site {
	width: 912px;
	margin: auto;
	margin-top: 25px;
}

div#menu {
	width: 703px;
	height: 45px;
	float: left;
	margin: 0 0 18px -2px;
}

div#logo {
	height: 40px;
	width: 181px;
	float: right;
	margin: -2px 7px 0 0;
	background-image: url('../images/logo.png');
}

div#header {
	clear:both;
	width: 912px;
	height: 400px;
	background-image: url('../images/content_header.png');
}

div#copyright {
	clear: both;
	float: right;
	padding-bottom: 30px;
	margin: 5px 8px 0px 0px;
	font-size: 11px;
	width: 300px;
	text-align: right;
	color: #AAAAAA;
}

div#hosting {
	position: absolute;
	left: 50%;
	top: 135px;
	z-index: 110;
	display: none;
	margin-left: -338px;
	width: 675px;
}

div#overlay {
	background-color:#000000;
	display:none;
	height:130%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
	filter:alpha(opacity=33);
	opacity: 0.33;
	-moz-opacity:0.33;
}