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;
}

#container
{
	position: absolute;
	width: 1100px;
	height: 706px;
	z-index: 10;
	background-image: url(../images/container.jpg);
}

#logo_1
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 290px;
	height: 175px;
	z-index: 10;
}

#logo_2
{
	position: absolute;
	left: 290px;
	top: 0px;
	width: 102px;
	height: 209px;
	z-index: 10;
}

#inner_container
{
	position: absolute;
	left: 46px;
	top: 79px;
	width: 1000px;
	height: 555px;
	z-index: 5;
}

#navigation
{
	position: absolute;
	left: 0px;
	top: 90px;
	width: 100px;
	height: 420px;
	padding: 15px;
}

#ticker_gradient
{
	position: absolute;
	left: 300px;
	top: 22px;
	width: 130px;
	height: 21px;
	z-index: 3;
}

#ticker
{
	position: absolute;
	left: 300px;
	top: 22px;
	width: 680px;
	height: 21px;
	color: #FBDA89;
	background-image: url(../images/ticker_bg.jpg);
	overflow: hidden;
}

#ticker_text
{
	position: absolute;
	left: 0px;
	top: 3px;
	height: 19px;
	color: #FBDA89;
	white-space: nowrap;
	z-index: 2;
}

#main_window
{
	position: absolute;
	left: 490px;
	top: 48px;
	width: 490px;
	height: 413px;
	color: #42a;
	background-image: url(../images/main_window_bg.jpg);
}

#main_banner
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#slider-bg
{
	position: absolute;
	left: 462px;
	top: 62px;
	width: 17px;
	height: 344px;
	background-image: url(../images/scroll_bar.jpg);
	background-color: #880;
}

#slider-thumb
{
	position: absolute;
	left: 5px;
}

#main_window_content
{
	position: absolute;
	left: 8px;
	top: 62px;
	width: 454px;
	height: 344px;
	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;
	background-color: #fffeb3;
	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 ;
}
