a:link{
color:#000000;
text-decoration: none
}
a:visited{
color:#000000;
text-decoration: none
}
a:hover{color:#f00000;
text-decoration: none
}
a:active{color:#f00000;
text-decoration: none
}
body
{
padding: 10;
text-align: center;
color: black;
background-image: url(background.jpg); background-repeat:repeat; font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 14px;
}
#header
{
height: 200px;
margin-left: 100px;
margin-top: 10px;

}
#mainnav
{
height: 20px;
margin-left: 100px;
margin-right: 200px;
background-image: url(background.jpg); background-repeat:repeat;
}
#menu
{
float: right; width: 180px;
background-image: url(background.jpg); background-repeat:repeat;
}
#contents {
margin-right: 200px;
margin-left: 100px;
background-image: url(background1.jpg); background-repeat:repeat;
}
#footer {
clear: both;
height: 50px; 
margin-left: 100px;
margin-right: 200px;
background-image: url(background1.jpg); background-repeat:repeat;
}
