*{
  margin:0px;
  padding:0px;
}

body{
  font-family:verdana, Helvetica, sans-serif;
  font-size:11px;
  color:#333;
  background:black;
}

ul{
  padding: 10px 0 10px 35px;
}

/*uo links*/
ul.uo_links{
  position:relative;
  top:50px;
  left:589px;
  font-size:14px;
  width:250px;
  list-style: none;
  padding: 0;
}

ul.uo_links li{
  padding-top:3px;
}

ul.uo_links li.uo_1{
}

ul.uo_links li.uo_2{
  padding:2px 0 0 14px;
}

ul.uo_links li.uo_3{
  padding:4px 0 0 33px;
}

ul.uo_links li.uo_4{
  padding:5px 0 0 40px;
}

/*osu links*/
ul.osu_links{
  width: 120px;
  position:relative;
  top:10px;
  left:296px;
  font-size:14px;
  list-style: none;
  padding: 0;
}

ul.osu_links li{
  padding-top:3px;
}

ul.osu_links li.osu_1{
}

ul.osu_links li.osu_2{
  margin:1px 0 0 46px;
}

ul.osu_links li.osu_3{
  margin:2px 0 0 -10px;
}

ul.osu_links li.osu_4{
  padding:4px 0 0 22px;
}

a, a:visited{
  color:#cc0000;
  text-decoration:none;
  outline:none;
}

a:hover{
  color:#000;
}

a.invert:hover{
  color:#fff;
}

#whitewrap{
  background:white;
}

#center_content{
  width:947px;
  height:630px;
  background: url("images/main-bg-use.jpg") no-repeat center;
  margin:0px auto;
  position:relative;
  z-index:0;
}

#inc_content {
  padding-top: 150px;
  position: absolute;
  width: 947px;
}

#inc_content_body {
  padding-top: 10px;
}

#inc_content #inc_content_body {
  padding: 10px 10px 20px 10px;
  background: url("images/inc-content-bg.png");
  border-bottom: 1px solid #999;
}

#footer_tile{
  background: url("images/smoke-tile.png") repeat-x center top;
  position:relative;
  z-index:1;
  height:64px;
  top:-64px;
  width:100%;
  margin:0px auto;
  min-width:947px;
}

#footer_content{
  width:947px;
  margin:-58px auto;
  padding-left: 20px;
}

#footer_content ul, #footer_content li {
  margin: 0;
  padding: 5px 0;
}

.block{
  display:block;
}

.center{
  margin:0px auto;
  text-align:center;
}

.hide{
  display:none;
}

.all_players{
  width:100px;
  position:relative;
  top:150px;
  left:15px;
  font-size:15px;
}

.all_players a {
  color: #d00;
}

.all_players a:hover {
  color: #000;
}

.uo_players{
  display:block;
  background: url("images/uoplayers.png") no-repeat 0 -24px;
  width:154px;
  height:24px;
  position:relative;
  top:70px;
  left:577px;
}

.osu_players{
  display:block;
  background: url("images/osuplayers.png") no-repeat 0 -25px;
  width:156px;
  height:25px;
  position:relative;
  top:44px;
  left:245px;
}

.clear{
  clear:both;
}

/* greybox shiz */

#facebox .body {
  width: auto;
}

#facebox .body .content {
  /*padding: 12px;*/
  width: 800px;
  background-color: #fff;	
  font-family: verdana;
}

#facebox .content h1{
  padding-bottom: 4px;
  color: #cc0000;	
  font-size: 22px;
  font-family: verdana;
  text-align: center;
}

#facebox .content h2{
  padding-left: 6px;
  padding-bottom: 6px;
  color: #000;	
  font-size: 18px;
  font-weight: normal;
}

#facebox .content h3 {
  color: #f33;	
  font-size: 12px;
  padding: 8px 0 4px 0;
  font-family: verdana;
  text-transform:uppercase; 
}

#facebox .content p{
  padding:5px 10px;
  line-height:16px;
  font-size: 11px;
  color:#333;
}

.table {
  font-family: verdana;
  font-weight: normal;
  font-size: 12px;
  border-spacing:0px;
  border-top: 1px solid #999;
}

.tablenotop {
  font-family: verdana;
  font-weight: normal;
  font-size: 12px;
  border-spacing:0px;
}

.table td {
  padding-bottom:6px;
  padding-top:6px;
  border-bottom: 1px solid #999;
}

.tablenotop td {
  padding-bottom:6px;
  padding-top:6px;
  border-bottom: 1px solid #999;
}

h5{
  width:100%;
  border-bottom:1px solid #999;
}
#sponsors-wrapper {
  padding-left: 90px;
}
.sponsors {
  width: 800px;
  text-align: center;
  clear: both;
}
.sponsors td {
  text-align: center;
}
.sponsors img, .sponsors a {
border: none;
margin: 0;
padding: 0;
}

/* home page form */
#facebox .body .form {
  width: 500px;/*
  background: #000;
  border: 1px solid #fff;
  opacity: .95;
  padding: 10px 10px 5px 10px;
  position: absolute;
  top: 100px;
  width: 300px;
  margin: 0 300px;
  color: #fff;
  clear: both;*/
}

#facebox .form p {
  font-size: 14px;
  padding: 0;
  margin: 5px 0;
  /*color: #ccc;*/
  padding-bottom: 5px;
}

.form label {
  display: block;
  padding: 2px 150px;
}

.form input/*, .form a*/ {
  display: block;
  border: 1px solid #666;
  padding: 4px;
  margin: 0 0 5px 150px;
  font-size: 14px;
  background: #fff;
}

.form .subscribe {
  float: left;
}

.form a {
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
  overflow: hidden;/*
  margin-left: 100px;
  width: 50px;
  text-align: center;
  color: #000;
  text-transform: capitalize;
  cursor: default;*/
}
