@charset "utf-8";


html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,span,dl,dt,dd,pre,form,input,p,blockquote{
	margin:0;
    padding:0;
}



img{
	border-style:none;
    border-width:0px;
}


body{
	font-size:9pt;
    text-align:center;
}

#wrap{
	margin:0 auto;
    width:1100px;
    height:500px;
    background-color:white;
}



#header{
    margin:20px auto;
    text-align:center;
}

#footer{
	margin:20px auto;
    text-align:center;
}




#logotitle{
    margin:10px auto 20px;
    width:160px;
    height:60px;
    float:left;
    marign-right:30px;
}



.clear{
 	clear: both;
    height:0px;
    line-height:0px;
    font-size:0px;
}









