@charset "utf-8";
/* CSS Document */
html {
background-color:#413f42;
}
#wrapper {
margin:0 auto;
width:900px;
}
#splash {
background:url(../img/coming_soon.jpg) no-repeat;
height:147px;
position:absolute;
right:0;
top:0;
width:154px;
}
#credits {
clear:both;
padding:40px 0 0 0;
float:left;
width:900px;
}
#credits p {
color:#777777;
text-align:center;
font-size:0.8em;
}
#credits p a {
color:#777777;
display:inline;
text-decoration:underline;
}
#credits p a:hover {
text-decoration:none;
}
h1 {
background:url(../img/logo.jpg) center bottom  no-repeat;
clear:both;
float:left;
height:144px;
margin:200px 0 20px 0;
text-indent:-9999px;
width:230px;
}
h2 {
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2em;
display:none;
}
p, address, em {
clear:both;
color:#ffffff;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:normal;
line-height:1.2em;
padding:20px 0 0 0;
}
em {
margin:10px 0 0 0;
float:left;
font-style:italic;
}
a {
clear:both;
color:#ffffff;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:normal;
line-height:1.2em;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}