/**************
Yahoo! UI Reset
**************/
html{color:#fff;background:#000}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{font-variant:normal}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top}
sub {vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
/*because legend doesn't inherit in IE */
legend{color:#fff}
/**************/

html,body,#bg,#bg table,#bg td,#cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	cursor: default;
	background-color: #000;
	color: #fff;
}
#bg div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}
#bg td {
	vertical-align: middle;
	text-align: center;
}
#bg img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	opacity: .70;
}

#cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
	overflow: auto;
}
#box {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}
#focus-stealer {
	position: absolute;
	left: -9999px;
}
div#title {
	position: absolute;
	top: 15px;
	left: 0px;
	height: 60px;
	width: 210px;
}
div#title_layer {
	height: 60px;
	width: 210px;
	background-color: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 11;
}
div#title h1 {
	position: relative;
	top: -58px;
	margin-left: 10px;
	font-family: Georgia, serif;
	font-size: 36px;
	word-spacing: 0em;
	text-transform: uppercase;
	z-index: 12;
}
div#title h1 a {
	color: #fff;
	text-decoration: none;
}
div#title h1 a:hover {
	color: #f00;
	text-decoration: none;
}
div#title span {
	position: relative;
	top: -58px;
	margin-left: 12px;
	font-family: Georgia, serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 21px;
	color: #fff;
	text-transform: uppercase;
	z-index: 12;
}
#content {
	position: absolute;
	top: 90px;
	left: 0;
	padding: 10px;
	width: 770px;
	background-color: #222; 
}
#content img {
	padding: 9px;
	border: 1px solid #666;
}
h2 {
	font-size: 1.5em;
	color: #fff;
}
div#sidebar_layer {
	position: absolute;
	top: 90px;
	left: 800px;
	height: 600px;
	width: 220px;
	background-color: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 11;
}
div#sidebar {
	position: absolute;
	top: 100px;
	left: 800px;
	height: 580px;
	width: 200px;
	margin: 10px;
	z-index: 12;
}
div#adsense {
	height: 200px;
	width: 200px;
	background-color: #000;
	border: 1px solid #fff;
}
h3 {
	font-size: 1.2em;
	color: #fff;
}
ul#featured {
	margin: 10px 0;
}
ul#featured li {
	float: left;
	text-align: center;
	width: 100px;
	height: 130px;
	padding: 0 0 5px;
	background-color: #000;
	list-style: none;
	font-size: 0.7em;
	font-weight: bold;
}
ul#featured a {
	padding: 2px;
	color: #fff;
	text-decoration: none;
}
ul#featured a:hover {
	color: #66abf1;
}
ul#featured img {
	padding: 2px;
	border: 1px solid #fff;
}
div.clear-both {
	clear: both;
}
