/* CSS Document */

body
{
background-image:url(../images/background.gif);
background-repeat:repeat;
background-attachment:fixed;
font-family:Arial;
}

.header
{
border:none;
width:100%;
height:10%;
text-align:center;
}

.footer
{
border:none;
width:100%;
height:10%;
text-align:center;
font-family: arial;
color: #0000FF;
font-size: 11px;
}

.content td
{
padding-top:10px;
vertical-align:top;
}
