html, body, #myspace { 
height: 100%;
margin: 0; 
padding: 0; 
border: none; 
text-align: center;
}

#myspace {
margin: 0 auto; 
text-align: center; 
vertical-align: middle; 
width: 490px; 
}

body {
background: #222222;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

a {
color: #ffcc00;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #000000;
font-weight: bold;
text-decoration: underline;
}

a img {
border: 0;
}