html, body
{
	font-family: arial;
	color: #FFF;
	background-color: #000;
}

#whole_window
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#cover_window
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
}


#mega_container
{
	position: absolute;
	width: 1500px;
	height: 1000px;
	z-index: 9;
}

#mega_bg_main
{
	z-index: 5;
}

#mega_bg_secondary
{
	z-index: 4;
}

img.mega_image
{
	position: absolute;
	width: 1500px;
	height: 1000px;
}

#container
{
	position: absolute;
	width: 1100px;
	height: 706px;
	left: 200px;
	top: 147px;
	z-index: 10;
}

#inner_container
{
	position: absolute;
	left: 50px;
	top: 82px;
	width: 1000px;
	height: 555px;
	z-index: 5;
}

#navigation
{
	position: absolute;
	left: 10px;
	top: 85px;
	width: 117px;
	height: 454px;
	margin-top: 10px;
}

#navigation .category
{
	padding-left: 15px;
	padding-right: 15px;
}

#ticker
{
	position: absolute;
	left: 328px;
	top: 18px;
	width: 637px;
	height: 21px;
	color: #FFF;
	overflow: hidden;
}

#ticker_text
{
	position: absolute;
	left: 0px;
	top: 1px;
	height: 19px;
	color: #FFF;
	white-space: nowrap;
	z-index: 2;
}

#main_window
{
	position: absolute;
	left: 490px;
	top: 52px;
	width: 490px;
	height: 413px;
	color: #42a;
}

#main_banner
{
	position: absolute;
	left: 4px;
	top: 35px;
}

#slider-bg
{
	position: absolute;
	left: 467px;
	top: 56px;
	width: 17px;
	height: 348px;
	background-image: url(../images/scroll_bar.png);
}

#slider-thumb
{
	position: absolute;
	left: -9px;
}

#main_window_content
{
	position: absolute;
	left: 8px;
	top: 58px;
	width: 454px;
	height: 342px;
	overflow: hidden;
}

#main_window_content_text
{
	font-size: 108%;
	position: absolute;
	left: 10px;
	top: 0px;
	padding-top: 10px;
	width: 434px;
}

#main_window_content_text span.title
{
	font-size: 138.5%;
	color: #22A;
	font-weight: bold;
}

#main_window_content_text span.title2
{
	font-size: 108%;
	color: #22A;
	font-weight: bold;
	text-decoration: underline;
}

#sponsors
{
	position: absolute;
	left: 135px;
	top: 475px;
	width: 845px;
	height: 65px;
	overflow: hidden;
}

#sponsors_contents
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 65px;
}

div.sponsor_ad
{
	position: absolute;
	top: 0px;
	cursor: pointer;
}

div#sociable
{
 	float:right; 
	z-index:10;
	position:relative;
	margin:13px 11px 0 0 ;
}

