body { 
background-image:url('images/bg.jpg');
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center; 
background-color:#091317;
text-align: center;
margin-top: 25px;
}

.main
{
	width: 572px;
	height: 214px;
	background-image: url('images/index_04.jpg');
	color: white;
	font-family: "Verdana";
	font-size: 12px;
	vertical-align: top;
	
}
.s1
{
	font-weight: bold;
	margin-left: 72px;
	
}

.s2
{
	font-weight: normal;
	margin-left: 72px;
	margin-top: 25px;
}

.s3
{
	font-weight: normal;
	margin-left: 72px;
	margin-top: 60px;
	font-size: 9px;
}

.l1 A:link, .l1 A:visited, .l1 A:active, .l1 A:hover
{
	color: white;
	text-decoration: none;
}


