/* CSS Document */
body{
background-color:#290029;
color:#290029;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
}

td.header{
height:231px;
width:1024px;
background-image:url(../images/header.png);
background-repeat:no-repeat;
background-position:top center;
}

td.content{
background-image:url(../images/bg_strip.png);
background-repeat:repeat-y;
}

td.footer{
height:165px;
width:1024px;
background-image:url(../images/footer.png);
background-repeat:no-repeat;
background-position:top center;
}