
/* CSS Document */

body
{
height:auto;
width:auto;
margin:auto;
background-image:url(images/bodybg.jpg);

}

#main
{
height:650px;
width:1000px;
margin:auto;
}

#content
{
height:650px;
width:1000px;
margin:auto;
}

#link
{
color:#333333;
text-decoration:none;
}

#link a:hover
{
color:#990000;
text-decoration:underline;
}