@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background:#b3b2b2;
text-align:center;
}

#maincontainer{
margin:0 auto;
padding:10px;
width:900px;
background:#fff;
}

#container{
width:900px;
background:#e3e1e2;
}

.top{
width:900px;
height:150px;
background:url(img/logo.jpg) no-repeat;
}

.cp{
margin-top:10px;
text-align:left;
}

