@charset "utf-8";
/**
 * Copyright (c) 2010 dms-gaming.com
**/ 
body {
  height: 100%;
  cursor: default;
  background-color: #000000;
  background-image: url(bg.png);
  background-repeat: repeat-x;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  color:#484848;
  font-family: Verdana, "Trebuchet MS";
  font-size: 12px; font-weight: bold;   
}

a {
  font: 9px Tahoma;
  color:#00eaff;
  text-decoration:none;
}

p {
  margin:0px;
  padding:0px;

}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
html {
  height: 100%;
}

img {
  border:none;
}

#main {
  margin: 0 auto;
  width:548px;
  text-align: center;
}

#downcon { 
  margin: 325px 0px 0px 0px;
}

#left {
  width:288px;
  float:left;
  text-align:left;
}

#right {
  width:258px;
  float:left;
  text-align:left;
}

#right ul {
  padding: 0 0 0 0;
  margin: 86px 0 0 0;
  list-style-type:none;
}

#right li {
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
  list-style:none;
  list-style-type:none;
  display: block;
  height:20px;
}

#right li span.sp1 {
  display: block;
  float: left;
  padding: 4px 0px 0px 0px;
  cursor: pointer; 
  width: 80px;
  text-align:right;  
}

#right li span.sp2 {
  display: block;
  float: left;
  padding: 0 0 0 5px;
  cursor: pointer; 
  width: 150px;
}

#right li span.sp1, #right li span.sp2 {
  text-shadow:0 1px 1px #000000;
}

#ngz-banner {
  margin: 10px 0 0 0;
}

input, textarea, select
{
  color: #00eaff;
  font: 12px Verdana;
  border: 1px solid #2b2b2b;
  padding:4px;
  text-decoration: none;
  background-color: #181818;
  -moz-box-shadow:0 0 3px #000000;
  -moz-border-radius:2px 2px 2px 2px;  
}



