@charset "UTF-8";

/* LAYOUT
--------------------------------------------------------------*/
html,body{
color: #111;
background: #000;
}

#container{
width: 100%;
margin: 0 auto;
padding: 0;
text-align:center;
background: url(/ex/b2w2/common/images/bg_cont.png) repeat-y 50% 0;
}

#headerWrap{
background: url(/ex/b2w2/common/images/bg_header.png) no-repeat 50% 0;
height: 100px;
margin: 0 auto 20px;
}
#header{
width: 950px;
text-align: left;
margin: 0 auto;
}

#contentWrap{
width: 950px;
margin: 0 auto;
padding: 0 0 20px;
}
#mainArea{
float: right;
width: 680px;
}
#side{
float: left;
width: 175px;
padding: 30px 0 0 25px;
display: inline;
color: #FFF;
}

#mainArea #content{
width: 640px;
margin: 0 40px 0 0;
text-align: left;
}

#footerWrap{
width: 100%;
min-height: 150px;
background: url(/ex/b2w2/common/images/bg_footer.png) no-repeat center bottom;
padding-bottom: 5px;
}
#footerWrap #footer{
position: relative;
width: 950px;
margin: 0 auto;
color: #111;
text-align: left;
}