

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	background:#5A5957 url('img/bg.jpg') repeat;
	}
h1, h2, h3, h4, p {
	margin:10px 20px 5px 20px;
	}
h1 {
	font-size:20px;
	text-align:center;
	color: #666666;
}
h2 {
	font-size:18px;
	color: #C3C100;
}
h3 {
	font-size:16px;
	color: #999999;
}
h4 {
	font-size:14px;
	color: #666666;
}
p {
	font-size:12px;
	color: #000000;
}
a:link, a:hover, a:active, a:visited {
	color:#C3C100;
	text-decoration:none
}
a:hover {text-decoration:underline}
hr{
	border:0;
	height:1px;
	margin:20px;
	padding:0;
	color:#CCC;
	background-color:#CCC;
	}
#main {
	position:absolute;
	width:956px;
	height:700px;
	top:50%;
	left:50%;
	margin-left:-478px;
	margin-top:-350px;
	border:1px solid #CCCCCC;
	background: rgb(230,230,230);
	}
#web {
	position:absolute;
	width:775px;
	height:481px;
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-388px;
	background:transparent;
	padding: 0;
	}
#bg {
	background-color:#FFFFFF;
	padding:10px 0 10px 0;
	}
#legal {
	position:absolute;
	width:775px;
	top:50%;
	left:50%;
	margin-top:250px;
	margin-left:-388px;
	background:transparent;
	padding: 0;
	text-align:center;
	}
#legal p{
	margin:0;
	color: #FFFFFF;
	}
#keywords {
	position:absolute;
	width:0px;
	height:0px;
	top:100%;
	left:100%;
	overflow:hidden;
	display:none;
	visibility:hidden;	
	}