body {
    color: #FFF;
    background-color: #000;
    font-family: arial, tahoma;
}

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #ccc;
    text-decoration: none;
}

a:active {
    color: #ccc;
    text-decoration: none;
}

#wrap {
    width: 800;
    height: 900;
    margin: auto;
    padding: 0px;
    overflow: hidden;
}

#main {
    float: left;
    width: 590;
    height: 680;
    border: 1px;
    font-size: 12px;
}

#main H2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#mainA {
    height: 200px;
    border: 1px #fff solid;
    font-size: 180px;
    letter-spacing: -25px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px; 
    -moz-box-shadow: 14px 14px #111;
    -webkit-box-shadow: 15px 15px #111;
}

#mainB {
    height: 70px;
    border: 1px #fff solid;
    background: #fff;
    color: #000;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    -moz-box-shadow: 14px 14px #111;
    -webkit-box-shadow: 15px 15px #111;
}

#side {
    padding-left: 25px;
    float: right;
    width: 170px;
    height: 400px;
    font-size: 12px;
}

#tick {
    padding-top: 25px;
    height: 200px;
    width: 590px;
}

#foot {
    float: left;
    font-size: 12px;
    background: #fff;
    color: #000;
    width: 582px;
    height: 15px;
    border: 1px;
    padding-left: 5px;
    margin-top: 25px;
}

#lang {
    overflow: auto;
    width: 590px;
    height: 300px;
}
