*{
padding:0px;
margin:0px;
border:0px;
}
body{
color:red;
background-color:#AF050D;
text-align:center;
background-image:url('./images/skull.png');
background-repeat: repeat-x;
}

.pagewrapper{
margin:auto;
width:800px;
}

.header {
position:absolute;
top:0px;
width:100%;
z-index:-2;
text-align:center;
background-color:black;
height:120px;
left:0px;
}


.header img{
position:absolute;
left:0px;
top:0px;
z-index:-1;
left: 50%;
margin-left:-400px;
}

a{
color:white;
}

p {
color:white;
text-align:left;
}
 
.wrapper{
width:900px;
margin:auto;
margin-top:120px;
}

.content img{
margin-bottom:10px;
}

#gal_test{
float:left;
}

#flashcontent{
float:right;
height:600px;
}

.footer{
clear:both;
border-top:solid 5px # 740307;
margin-auto;
margin-top:5px;
margin-bottom:3px;
text-aling:center;
background-color:black;
}

.menu img {
margin-right:7px;
margin-top:5px;
margin-bottom:5px;
}

.menu {
margin-top:120px;
}

.footer p {
font-size:0.7em;
margin:auto;
padding-left:50%;
margin-left:-150px;
}

.right{
float:right;
}