#allcontent {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: black;
    border: thin solid #990000;
    }

body {font-family: copperplate gothic light, courier new sans-serif; 
background-image: url('images/star.jpg');
background-repeat: repeat;
background-color: gray;
    }

#header  a:link {color: #CC0000;}

#spotbox  a:link {color: black;}
#spotbox a:visited {color: black;}
span.text2 {font-family: copperplate gothic light;}




#header {
    text-align: center;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    }

#spotbox {
    font-family: verdana, monaco, arial;
    padding: 1%;
    text-align: center;
    background-color: #FF9100;
    margin-left: auto;
    margin-right: auto;
    border: medium double white;
    width: 880px;
    background-image: url('http://skatede.com/skate_de_logo2.png');
    background-repeat: no-repeat;
    }

    
#footer {
    clear: both;
    padding: 5px;
    background-color: black;
    color: white;
    width: 95%;
    font-size: 70%;
    text-align: center;
    font-family: verdana, monaco, arial;
    }

#maincontent {
    color: red;
    }
	
h1 {color: red;}
