* {
    padding:0;
    margin:0 auto;
}

body {
    background:#000;
    width:100%;
}

.centerbox {
    margin:auto;
}

#logo {
    margin-top:50px;
    background:url(../logo.png) no-repeat;
    width:800px;
    height:600px;
    border:3px solid #999;
    cursor:pointer;
}

#text {
    margin-top:10px;
    text-align:center;
}

#text a {
    font-size:140%;
    font-family: 'Trebuchet MS', Tahoma, Sans;
    font-weight: bold;
    text-decoration: none;
    color:#999;
}

#text a:hover {
    color:#c0c0c0;
}