body {
    background: url('images/bg.jpg') repeat top left;
    font-family: Arial;
    font-size: 12px;
    color: #ccc;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#wrap {
    width: 950px;
    margin: 0 auto;
}

#serverstatus {
	    width: 1000px;
		margin: 0 auto;
}

#leftcolumn {
    float: left;
    width: 225px;
}

#centercolumn {
    float: left;
    width: 440px;
    margin-left: 20px;
    text-align: center;
}

#rightcolumn {
    float: left;
    width: 245px;
    margin-left: 20px;
}

.clearleft { clear: left; }

#latest {
    text-indent: -9999px;
    display: block;
    height: 35px;
    width: 225px;
    background: url('images/latest.png') no-repeat top left;
}

#center {
    text-indent: -9999px;
    display: block;
    height: 46px;
    width: 440px;
    background: url('images/center.png') no-repeat top left;
}

#areyouready {
    margin-top: 15px;
    text-indent: -9999px;
    display: block;
    height: 39px;
    width: 440px;
    background: url('images/areyouready.png') no-repeat top left;
}

#centercolumn p {
    text-align: left;
    padding: 5px 10px;
    line-height: 160%;
}

.centercolumnbottom {
    text-indent: -9999px;
    display: block;
    height: 13px;
    width: 440px;
    background: url('images/bottomcenterbox.png') no-repeat top left;
}

.centerbox {
    background-color: #1e2223;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    padding: 7px;
}

.centerbox2 {
    background-color: #0f1112;
}

.centerboxlb {
    border-bottom: 1px solid #353535;
}

#sponsors li {
    padding-bottom: 20px;
}

#latest_news li {
    background: url('images/arrow_bullet.png') no-repeat 4px 15px;
    padding: 10px 0px 10px 20px;
    line-height: 17px;
    border-bottom: 1px dashed #31383b;
}

#latest_news li a {
    color: #5caccd;
}

#footer {
    color: #353535;
    margin-top: 15px;
    height: 46px;
    background: url('images/footer.png') no-repeat top left;
    padding-top: 4px;
    padding-bottom: 10px;
}

#footer p {
    line-height: 20px;
    text-align: center;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.serverstatus{
	position:absolute;
	z-index:1;
	top:7px;
	padding-left:10px;
}

#login {
    display: block;
    height: 268px;
    background: url('images/header.jpg') no-repeat top left;
    position: relative;
}

#form {
    width: 336px;
    text-align: right;
    position: absolute;
    top: 55px;
    right: 197px;
}

#form input {
    background: transparent;
    border: 0;
    padding: 5px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

#form input#submitbutton {
    text-indent: -9999px;
    height: 27px;
    width: 155px;
    margin-top: 8px;
    cursor: pointer;
}

#form input#username {
    width: 135px;
    margin-right: 20px;
}

#form input#password {
    width: 135px;
    margin-right: 15px;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-indent: -9999px;
}

    #home { width: 142px; background: url('images/menu.jpg') no-repeat 0px 0px; }
    #home:hover { background: url('images/menu.jpg') no-repeat 0px -40px; }
    
    #about { width: 104px; background: url('images/menu.jpg') no-repeat -142px 0px; }
    #about:hover { background: url('images/menu.jpg') no-repeat -142px -40px; }
        
    #community { width: 116px; background: url('images/menu.jpg') no-repeat -246px 0px; }
    #community:hover { background: url('images/menu.jpg') no-repeat -246px -40px; }
        
    #menuspacer { display: block; height: 40px; text-indent: -9999px; width: 287px; background: url('images/menu.jpg') no-repeat -362px 0px; }
        
    #news { width: 70px; background: url('images/menu.jpg') no-repeat -649px 0px; }
    #news:hover { background: url('images/menu.jpg') no-repeat -649px -40px; }
        
    #previews { width: 140px; background: url('images/menu.jpg') no-repeat -719px 0px; }
    #previews:hover { background: url('images/menu.jpg') no-repeat -719px -40px; }
        
    #contact { width: 141px; background: url('images/menu.jpg') no-repeat -859px 0px; }
    #contact:hover { background: url('images/menu.jpg') no-repeat -859px -40px; }


#welcome {
    display: block;
    height: 35px;
    background: url('images/welcome.png') no-repeat top left;
    text-indent: -9999px;
}

#registerlink {
    display: block;
    height: 100px;
    background: url('images/register.png') no-repeat top left;
    text-indent: -9999px;
    padding-bottom: 15px;
}



