@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
margin:0;
padding:0;
text-align:center;
font:11px "Lucida Sans", Arial, sans-serif;
color:#666666;
background:#e9e9e9 url(images/bg.png) repeat-y;
}
a{
color:#e877a3;
text-decoration:none;
}
a:hover{
color:#eaa3bf;
text-decoration:none;
}
#container{
width:950px;
margin:0 auto;
text-align:left;
}

#header{
background:url(images/header.png) no-repeat;
height:485px;
}

#ad{
padding:10px 0;
}

#content{
}

#nav{
text-align:center;
}
