body{
    font-family:verdana;
    font-size:14px;
    color:white;
    margin:0;
    background-image:
    url(images/grad4.jpg);
}

.small_image img {margin: 0px 5px 0px 5px}

a:link {color: transparent;}
a:visited {color: transparent;}
a:active {color: transparent;}
a:hover {background-color: transparent;}
a {text-decoration: transparent;}


div#header{
    width:800px;
    height:150px;
    margin:0 auto;

}
div#navbar{
    background-image: url(images/navround.png);
    width:800px;
    height:40px;
    margin:0 auto;


}
div#mainpage{
    background-color: #000000;
    width:800px;
    height:500px;
    margin:0 auto;
}

div#footer{
    background-image: url(images/footer.png);
    width:800px;
    height:40px;
    margin:0 auto;
    font-size:12px;
    text-align:center;
    color:#666666;
}

