/* CSS Document */

body {
background-color: #000;
margin: 0;
}

div#logo {
background: transparent url(images/logo.gif) no-repeat center center;
width: 573px;
height: 126px;
margin: 100px auto 0 auto;
}

div#logo span {
display: none;
}

div#notice {
padding: 30px 0 0 0;
text-align: center;
}

p {
font-family: 'century gothic', arial, helvetica, sans-serif;
font-size: 80%;
color: #999;
font-weight: normal;
text-decoration: none;
line-height: 1.8em;
letter-spacing: 0.09em;
}