*, html {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: normal; /*letter-spacing: -1px;*/
    line-height: 18px;
    text-align: left;
    list-style: none;
}

body {
    margin: 0;
    background-color: #181818;
    background-image: url("/static/3.11.7/themes/default/images/main/background.png");
    background-repeat: repeat-x;
    text-align: center;
}

#centering-container {
    width: 600px;
    position:absolute;
    left:50%;
    margin-left:-300px;
    margin-top: 150px;
    text-align: center;
}

.logo-container {
    width:300px;
    height:300px;
    margin-left:150px;
    background-image: url("/static/3.11.7/themes/default/images/main/t3-big-logo.png");
    background-repeat: no-repeat;
}

h1 {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

h2 {
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

a {
    color: #ff0;
}

a:hover {
    color: #fff;
}
