@charset "utf-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/siteback.jpg) no-repeat fixed top center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #bec3e7;
}
.wthh #container {
	width: 830px;
	background: transparent url(images/contback.jpg) no-repeat scroll top center;
	margin: 0 auto;
	text-align: center;
}
.wthh #header {
	width:790px;
	height:350px;
	text-align:center;
	margin:0 auto;
}
.wthh #mainContent {
	padding: 0 20px;
}
.wthh #footer {
	padding: 0 10px;
}
.wthh #footer p {
	margin: 0;
	padding: 10px 0;
}
.style1 {
	font-size:10px
}
.style2 {
	font-size:11px
}
a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#F00;
}
a:hover {
	text-decoration:line-through;
	color:#0F0;
}
a:active {
	text-decoration:none;
}
a {
	font-weight: bolder;
}
object {
	outline:none;
}