html, body {
	height:100%;
	scrollbar-face-color: #5e5e5e; 
	scrollbar-shadow-color: #DDDDDD; 
	scrollbar-highlight-color: #7F7F7F; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #7F7F7F; 
	scrollbar-track-color:#DDDDDD;
	scrollbar-arrow-color: #fdfcf8;
}

body 
{
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	margin:0;
	padding:0;
	background-color:  #494a4b; 
	text-align:center;
	
}

#sitecontainer
{
	text-align:left;
	width:916px;
 	position:absolute;
	margin-left:-458px; 
	left:50%;  
	min-height:100%;	
	height:auto;	
	background-image:url(../img/sitecontainer-bg.jpg); 
	background-repeat:repeat-y;
	background-color: #494a4b;
	z-index: 0;
}

#flash{
  position:absolute;
  width:916px;
  height:90px;
  z-index: -1;
  left:50%;
  margin-left:-458px;
  top:0;
}

#top
{
  z-index:0;
	width:916px;
	height:90px;
	float:left;	
}

#menu
{
	width:916px;
	height:28px;
	float:left;
	background-image:url(../img/menu-bg.png);
	background-repeat:repeat-x;
}

#main
{
	width:732px;
	min-height:644px;
	height:auto;
	float:left;	
	background-image:url(../img/main-bg.jpg);
	background-repeat:no-repeat;
	background-color: #1f2022;
}

#right
{
	float:left;
	width:166px;
	height:704px;
	background-image:url(../img/right.png);
	padding-left:9px;
	padding-right:9px;
}

#main-wrapper
{
	float:left;
	min-height:712px;
	height:auto;
	width:732px;
}

#bottom
{
	float:left;
	text-align:center;
	width:732px;
	color:#fff;
	height:38px;
	line-height:38px;	
  	background-color: #404042;	
}

#bottom a
{
	color: #fff;
	text-decoration:none;
	font-style:italic;
}
