html,body,iframe
{
	SCROLLBAR-FACE-COLOR: #D6317D;
	SCROLLBAR-HIGHLIGHT-COLOR: #007BF2;
	SCROLLBAR-SHADOW-COLOR: #007BF2;
	SCROLLBAR-3DLIGHT-COLOR: #007BF2;
	SCROLLBAR-ARROW-COLOR: #007BF2;
	SCROLLBAR-TRACK-COLOR: #8BBDF5;
	SCROLLBAR-DARKSHADOW-COLOR: #007BF2;
	overflow:hidden;
}

body
{
background-image:url("../images/index_img/background.jpg");
}

.main
{
position:absolute;
top:50%;
left:50%;
Margin-left:-380px;
margin-top:-225px;
width:800px;
height:515px;
}

.content
{
position:absolute;
left:0px;
top:88px;
width:760px;
height:281px;
background-image:url("../images/index_img/content.jpg");
}


