@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
padding:0;
margin:0;
font:11px/13px "Lucida Sans", Arial, sans-serif;
background:#434343;
text-align:center;
color:#818181;
}
a{
color:#f57b9b;
text-decoration:none;
}
#container{
width:950px;
margin:0 auto;
text-align:left;
}

#header{
background:url(images/header.png) no-repeat;
height:361px;
}

#content{
background:url(images/contentbg.png) repeat-y;
padding:20px 65px;
}

.contenttop{
background:url(images/contenttop.png) no-repeat;
height:13px;
padding-top:15px;
}

.contentfooter{
background:url(images/bottom.png) no-repeat;
height:25px;
padding-bottom:10px;
}
.contentfooter p{
text-align:center;
}
