/* CSS Document */
body{
margin:0px;
text-align:center;
background-image:url(img/body_bg.gif);
background-attachment:fixed;
}
a {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

#index_bg{
background-image:url(img/index_bg.jpg);
background-repeat:repeat-y; width:800px;
margin:0px auto;
}
#index_bg_white{
background-color:#FFFFFF; width:766px; margin:auto;
}
#index_main{
background-image:url(img/index_logo.jpg);
width:760px;
background-repeat:no-repeat;
background-position:center;
font-size:12px;
line-height:14px;
color:#666666;
background-position:180px 25px;
}

#index_main h3,p{
margin:0px;
font-size:12px;
line-height:14px;
font-weight:normal;
}


#index_lowerpart{
font-size:12px;
line-height:16px;
color:#eeeeee;
padding:15px 40px;
text-align:left;
}
#index_lowerpart ul{
margin:5px 0px;
list-style-type:none;
list-style-position:inside;
}


