@charset "utf-8";
 
#wrapper{
width:908px;
margin:0 auto 0 auto;
background-color:#fff;
background:url(http://d3okki8ifitjil.cloudfront.net/user/images/bg.gif) repeat-y left top;
min-height: 100%;
}
 
#cont{
width:900px;
margin:0 auto 0 auto;
background-color:#fff;
}
 
 
#header{
width:900px;
height:93px;
margin:0 auto 0 auto;
background:url(http://d3okki8ifitjil.cloudfront.net/user/images/bg_header.jpg) no-repeat left top;
}
 
/* Menu */
 
#menu{
width:880px;
height:35px;
padding-left:20px;
margin:0 auto 0 auto;
background:url(http://d3okki8ifitjil.cloudfront.net/user/images/bg_menu.gif) repeat-x left top;
}
 
 
 
 
/* contents */
 
#contents{
width:860px;
padding-bottom:80px;
margin:15px auto 0 auto;
}
 
 
#navi{
float:left;
width:171px;
}
 
#main{
float:right;
width:670px;
}
 
#footer{
clear:both;
bottom:0;
width:880px;
height:40px;
background-color:#006699;
color:#fff;
text-align:center;
padding:10px;
}
 
