@charset "utf-8";
/* CSS Document */
* {
	margin:0;
}
html, body { 
	height:100%;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
body {
	background-color:#121212;
	margin:0;
	background-image:url(../assets/bg03.jpg);
}
a { 
	text-decoration: none;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%; /* the bottom margin is the negative value of the footer's height */
	width:100%;
	text-align:left;
	margin: 0 0 -290px 0;
	background: url(../assets/bg01.jpg) no-repeat left top;
}
#content {
	float:left;
	width:1000px;
}
.footer{
	width:400px;
	height:290px;
	color:#fff;
	font-size:10px;
	float: left;
	clear: both;
}
.footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #666;
}
.footercont { 
	width: 400px;
	height: 12px;
	background-color:#121212;
	padding:5px 20px;
	margin-left:50px;
}
.footercont a:link, .footercont a:active, .footercont a:visited, .footercont a:hover {
	color:#fff;
	padding:0 5px;
}
.footercont a:hover {
	background-color:#c00;
	padding:0 5px;
	color:#fff;
}
.footer, .push {
	height: 103px;
}
#logo {
	width:132px;
	height:100px;
	margin-left:50px;
	text-align:center;
	background-image:url(../assets/logo.png);
}
#ad {
	margin: -50px 0 0 270px;
	position: absolute;
	padding: 30px;
	width: 160px;
	background: url(../assets/transparency2.png);
	behavior: url(script/iepngfix_ad.htc);
	text-align: center;
	font-size: 1.5em;
	z-index: 100;
}
#ad h1 {
	font: bold 4.1em/1.2em Arial, Helvetica, sans-serif;
	color: #f6c;
	margin: 0;
}
#ad h1 sup {
	font-size: .3em;
}
#contentbox {
	margin: -50px 0 0 500px;
	position: absolute;
	padding: 30px;
	width: 400px;
	background: url(../assets/transparency2.png);
	behavior: url(script/iepngfix.htc);
	text-align: justify;
	font-size: 12px;
}
#contentbox a:link, #contentbox a:visited, #contentbox a:hover, #contentbox a:active, #ad a, #ad a:visited {
	color: #fff;
	text-decoration: underline;
}
#contentbox a:hover, #ad a:hover {
	color: #99f;
}
#contentbox ul {
	list-style: none;
	margin: 0;
	display: inline;
}
#contentbox ul li {
	width: 62px;
	height: 42px;
	margin: 0 6px 15px 6px;
	float: left;
}
#contentbox ul li a img {
	border: solid #fff 1px;
}
#contentbox ul li a:hover img {
	border: solid #99f 1px;
}
#menu {
	width:200px;
	position:absolute;
	margin: 36px 0 0 35px;
	z-index:2;
	padding:15px;
}
#menu ul {
	list-style-type:none;
	display:inline;
	margin:0;
}
#menu ul li {
	width:120px;
	margin-bottom:2px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:-0.05em;
	background:url(../assets/transparency2.png);
	padding: 8px 15px;
}
#menu ul li a:link,#menu ul li a:active,#menu ul li a:visited,#menu ul li a:hover {
	color:#fff;text-decoration:none;
}
#menu ul li a:hover {
	color:#99f;
}
