body {
    margin: 0;
    padding: 0;
    
    background: #0c0c0c url('../images/bg.png') repeat-x;
}

#wrapper {
    margin: 0 auto;
    width: 770px;
    background: url('../images/stars.png') no-repeat;
}

#splash {
    padding: 10px 0;
}

#logo {
    width: 202px;
    height: 80px;
    background: url("../images/logo.png") no-repeat center;
}

#logo a {
    width: 202px;
    height: 80px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

#footer {
    margin: 40px 0 0;
    color: #ffffff;
    font-family: calibri;
    font-size: 0.8em;
    text-align: center;
}

#footer a {
    color: #b4b4b4;
    text-decoration: none;
}

#streamofstars {
    margin: 0 0 0 10px;
    padding: 26px 26px 0;
    width: 185px;
}


.inline {
    margin: 0 auto;
    width: 500px;
}

.enter {
    padding: 10px 0 0;
    width: 239px;
    float: left;
    
    background: #000000 url('../images/pattern.png') repeat;
    border: 1px solid #303030;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.enter:hover {
    box-shadow: 3px 3px 5px #000000;
    -moz-box-shadow: 3px 3px 5px #000000;
    -webkit-box-shadow: 3px 3px 5px #000000;
}

.underconstruction{
    background: url('../images/under-construction.png') no-repeat;
}

.title {
    padding: 0 0 10px;
    color: #ffffff;
    text-align: center;
    font-family: TW Cen MT;
    font-weight: bolder;
    font-size: 1.3em;
}


.clear {
    clear: both;
}

a {
    border: 0;
}

img {
    border: 0;
}