﻿/*********************************************
* Main stylesheet
*********************************************/
body { background: #E0E0E0 url('body_bg.jpg') repeat; color:#333333; font-size: 12px; margin: 0;}
A:link {
	color: #333333;
	text-decoration: none
}
A:visited {
	color: #333333;
	text-decoration: none
}
A:hover {
	color: #FF3300;
	text-decoration: none;
}
A:active {
	color: #FF3300;
	text-decoration: none;
}
#ind_main{
   	margin:0 auto;
	position: absolute;
	/*height: 400px;*/
	text-align: center;
	width:100%; height:100%;  background:url(warp_bg.jpg) top center no-repeat;
}
#ind_main ul{
	}
#ind_main li{
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 2px;}
.eng{
    	font-family: Verdana;
	font-size: 9pt;
	line-height: 18px;
}