html, body { 
margin: 0px;
padding: 0px;
font: 12px palatino,arial,helvetica;
background-color: #111;
background-image: url('images/tag1.gif');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 50% 50%;
height: 100%;
}

img
{  border-style: none;
}

h1 {
margin: 0px;
padding: 0px;
font: 18px palatino,arial,helvetica;
color: #66281d;
font-style: italic;
}

#tophome {
width: 800px;
margin: 0px auto 0px auto;
padding: 5px;
text-align: center;
}

#mainhome {
position: absolute;
height: 400px; 
width: 800px;
margin: -200px 0px 0px -400px;
top: 50%; 
left: 50%;
padding: 0px;
}
