@charset "UTF-8";
/* CSS Document */

body {
margin:0;
padding:0;
text-align:center;
color:#CCC;
background-color:#050608;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.4em;
}

img {
border:0;
}

a:link, a:visited {
color:#FFF;
text-decoration:none;
}

a:hover {
color:#FFF;
text-decoration:underline;
}

#wrapper {
margin:0 auto;
padding:0;
width:780px;
}

#coming_soon {
margin-top:120px;
}

#footer {
margin-top:40px;
margin-bottom:20px;
padding:10px;
border-top:1px solid #666;
border-bottom:1px solid #666;
}

#footer p {
margin-top:0;
margin-bottom:5px;
}
