html, body { 
margin:0; 
padding:0; 
text-align:center; 
background: #000000 url(./bg.png) repeat;
color: #FFFFFF;
} 

h1 {margin: 10px; font-size: 2.0em; line-height: 2.0em; background: #ffffff; color: #000000; font-family: Arial, Helvetica, sans-serif}

p {margin: 10px; font-size: 1.0em; line-height: 2.0em; background: #ffffff; color: #000000; font-family: Arial, Helvetica, sans-serif}

#wrap { 
width:60%; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
color: FFFFFF;
} 
 
#content {
top: 15px;
background: #FFFFFF;  
color: #000000;
float: right; 
display:inline; 
position: relative; 
width:100%;
border: #3E3E3E solid 2px;
}


#bottom {
font-size: 1.0em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;
padding: 10px 0 0 0;
}

#bottomleft {
width:45%;
float:left;
background:#ffffff;
padding-bottom:10px;
padding-left:15px;
}


#bottomright {
width:45%;
float:right;
background:#ffffff;
padding-bottom:10px;
padding-right:15px;
}
