/* CSS Document */

#main {
width:800px;
margin:auto;
position:relative;
}

#top{
height:250px;
margin:0px;
position:absolute;
top:0px;
left:0px;
}

#page_content {
width:726px;
color:#ffffff;
position:absolute;
top:210px;
left:30px;
margin:0px;
padding:5px;
background-color:#333399;
background-repeat:repeat-y repeat-x;
border:#990000 2px solid;
}