body{
background-image: url('../images/background.gif');
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
text-align:center;
margin:0px;
}

a{
color:#FFFFFF;
}


#top{
width:800px;
height:200px;
}

#shadow_top{
height:15px;
background-image: url('../images/sh_top.png');
background-repeat:repeat-x;
width:100%;
}

#shadow_bot{
height:15px;
background-image: url('../images/sh_bot.png');
background-repeat:repeat-x;
width:100%;
}


#middle{
background-color:#000000;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}
#wrapper{
width:700px;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color:#000000;
padding-top:10px;
padding-bottom:10px;
}

p{
padding-left:10px;

}

