@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
body{
margin:0;
padding:0;
background:url(images/bg.png) repeat-x 0 29px;
text-align:center;
font:11px/13px "Lucida Sans", Arial, sans-serif;
}

#container{
width:950px;
margin:0 auto;
text-align:left;
}
a{
color:#767c32;
text-decoration:none;

}
#ad{
height:93px;
}
#header{
background:url(images/header.png) no-repeat;
height:313px;
}

#content{
width:872px;
margin:0 auto;
padding-top:28px;
}

.contenttop{
background:url(images/contenttop.png) no-repeat;
height:33px;
padding-top:10px;
}

.contentbottom{
background:url(images/contentbottom.png) no-repeat;
height:37px;
}

.contentbg{
background:url(images/contentbg.png) repeat-y;
padding:10px 20px;
}