@charset "utf-8";
*{
margin:0px;
padding:0px;
}
html{
text-align:center;
}
body{
text-align:center;
background:#0E2C0E none;
}
img{
border:none;
}
div{
/*border:1px solid #000000;*/
margin:0px auto;
}
.iepngfix{
behavior: url(../js/iepngfix.htc)
}

#opening{
text-align:left;
width:1000px;
margin:auto;
}



#opening h1{
font-size:12px;
font-weight:normal;
padding:20px;
text-align:center;
color:#ffffcc;
}
#opening img.main{
display:block;
margin:auto;
margin-bottom:20px;
}
#opening ul{
width:1000px;
list-style-type:none;
}
#opening ul li{
float:left;
margin:10px;
}


#foot{
margin-top:80px;
width:1000px;
color:#666666;
font-size:11px;
text-align:left;
}
#foot img{
float:right;
diaplay:block;
}
#foot ul{
list-style-type:none;
width:850px;
float:left;
}
#foot ul li{
float:left;
}
#foot a:link{
color:#FFFFCC;
text-decoration:none;
}
#foot a:visited{
color:#FFFFCC;
text-decoration:none;
}
#foot a:hover{
color:#FFFFCC;
text-decoration:underline;
}
#foot address{
font-size:12px;
font-weight:normal;
font-style:normal;
text-align:left;
float:left;
}


.clearfix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 

.clr{
clear:both;
}

