body {
margin:0;
padding:0;
background-color: #FFFFFF;
	scrollbar-face-color:#FFFFFF;
    scrollbar-3dlight-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
    scrollbar-darkshadow-color:#547DA5;
	
	scrollbar-track-color:#FFFFFF;
    scrollbar-arrow-color:#FFFFFF;
}

holder{
width: 100%;
text-align:center;
}

#holder{
position:absolute;
left:0;
top:52%;
width: 100%;
height:155;
margin-top:-80px;
background-image:  url(../img/index-bg.gif);
background-repeat:repeat-x;
}

#enter{
	position:absolute;
	left:36%;
	width:637;
	margin-left:-150px;
	height: 155;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

