* {
    margin:0px;
    padding:0px;
}

body {
    text-align: center;
    font-family: Britannic bold, sans-serif;
    background: black;
    color:white;
}

div#canvas {
    width: 950px;
    margin: auto;
}

div#header {
    background-image:url(img/header_bg.jpg);
    font-size: 18px; 
    text-align: center;
    height:214px;
    background-position: top;
    float: none;
}

div#main {
    background-image:url('img/main_bg 1.jpg');
    background-repeat: repeat-y;
    padding:0px 75px;
}

div#content {
    position: relative;
    top: -40px;
}

div#footer {
    background-image:url(img/footer_bg.jpg);
    background-position: top;
    font-size: 14px;
    position: relative;
    top:-50px;
    height:175px;
    z-index: -1;
}

h1 {
    color:yellow;   
}

a {
    color: white;
}

a:hover {
    color:C00;
}

table#menu {
    background-color:;
    margin:auto;
    width:80%;
    margin-top:100px;
}

td {
    background-color:;
    font-size: 20px; 
    width:25%;
    text-align: center;
}

p#footer {
position: relative;
top:75px;

}
        
