@charset "utf-8";
/* CSS Document */

html
{
	height:100%;
	z-index:-5;
}

body 
{
	background-image:url(graphics/body_bg.jpg);
	background-color:#30F;
	background-position:center;
	background-repeat:repeat;
	margin: 0px;
	height: 100%;
	z-index:-5;
}

#fade
{
	width:100%;
	height:399px;
	background-image:url(graphics/body_fade.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:0em;
	z-index:1;
}

#buttons div.hoverBtn 
{
	position: 		relative;
	float:			left;
	background:		black url(graphics/over.jpg) repeat-x 0 0 scroll;
}
#buttons div.hoverBtn a 
{
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			143px;
	height: 		20px;
	line-height: 		20px;
	text-align: 		left;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
#buttons div.hoverBtn div 
{
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(graphics/up.jpg) repeat-x 0 0 scroll;
}

.clear	{ clear: both; }

#data_container
{
	width:930px;
	background-image:url(graphics/body_data_bg.png);
	height:auto;
	background-position:center;
	background-repeat:repeat-y;
	position:relative;
	top:-115px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#top_image
{
	height:120px;
	width:850px;
	background-image:url(graphics/tl2.jpg);
	background-color:#CCFF00;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#shifted_content
{
	width:700px;
	height:auto;
	position:relative;
	margin-left:auto;
	color:#006;
}

#second_image
{
	height:170px;
	position:relative;
	top:12px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(graphics/second_logo.jpg);
	background-color:#CCFF00;
	z-index:1;
}

#actual_data
{
	width:850px;
	height: auto;
	position:relative;
	top:24px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	z-index:1;
}

#footer_data
{
	width:850px;
	height:140px;
	position:relative;
	top:59px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
