/* CSS Document */

html,body{
	background-color:#000000;
	color:#FFFF99;
	
	scrollbar-3dlight-color:#FF9;
    scrollbar-arrow-color:#FF9;
    scrollbar-base-color:#000;
    scrollbar-track-color:#000;
    scrollbar-darkshadow-color:#000;
    scrollbar-face-color:#000;
    scrollbar-highlight-color:#000;
    scrollbar-shadow-color:#FF9;
}

#wrapper{
	position:relative;
	width:900px;
	left:50%;	
	margin-left:-400px;
	margin-top:30px;
	float:left;
}

#header{
	width:900px;
	height:180px;
	float:left;
	background-image:url(../images/decoration/header.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#000000;
}
#container{
	width:880px;
	padding:10px;
	/*height:500px;*/
	float:left;
	background-image:url(../images/decoration/container.jpg);
	background-position:bottom center;
	background-repeat:repeat-y;
	background-color:#000000;
}
#footer{
	width:900px;
	height:50px;
	float:left;
	background-image:url(../images/decoration/bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#000000;
}



.nav{
	margin-top:110px;
	margin-left:428px;
	width:400px;
	height:20px;
	text-align:right;

}

.bottomnav{
	margin-top:18px;
	font-size:11px;
	margin-left:90px;
	width:600px;
	height:20px;
	text-align:left;
	/*border:1px solid #9933CC;*/
}

#index{
	margin-top:50px;
	text-align:center;
}