A:link {text-decoration: underline; color: #FFCCCC}
A:visited {text-decoration: underline; color: #FFCCCC}
A:active {text-decoration: underline; color: #CC6666}
A:hover {text-decoration: underline; color: #CC3333}


body{
  text-align: center;
  background-color: #0D0D0D;
}

#container{
  width: 800;
  margin: 0 auto;
  text-align: left;
}

#news{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
  width:800px;
  height: 100px;
  background-image: url('http://negre.jonanin.com/xgenchat/logo3.png');
  background-repeat: no-repeat;
}

#news h1{
  font-family: 'Verdana';
  color: #FEF4EF;
  margin-left: 50px;
  margin-top: 0px;
  padding-top: 82px;
  padding-bottom: 0px;
}


#newscontent{
  min-height: 50px;
  background-color: #404040;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#newscontent h2{
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Verdana';
  color: #FEF4EF;
  text-align: center;
  font-size: 120%;
}

#newscontent h3{
  font-family: 'Verdana';
  color: #FEF4EF;
  margin-left: 30px;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 100%;
}

#newscontent p{
  font-family: 'Verdana';
  color: #FEF4EF;
  margin-left: 20;
  margin-right: 20;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 11px;
  margin-top: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
}



#navbar{
  margin-top:0px;
  padding-top: 0px;
  padding-left:0;
  padding-right:0;
  padding-bottom:0;
  margin-bottom:0;
  margin-left: auto;
  margin-right: auto;
  width:800;
  height:30;
  background-image: url('http://negre.jonanin.com/xgenchat/navbar2.png');
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  font-family: 'Verdana';
  font-size: 14px;
  background-color:#1A1A1A;
  overflow: hidden;
  text-align: center;
}

#navlinks{
  margin-right: auto;
  margin-left: auto;
  width: 601px;
}

#navbar a{
  background: none;
  position: relative;
  height:18px;
  width:99px;
  padding:0;
  margin:0;
  padding-top: 5px;
  padding-bottom: 20px;
  float: left;
}

#navbar a:link {text-decoration: underline; color: #F4E8E8}
#navbar a:visited {text-decoration: underline; color: #F4E8E8}
#navbar a:active {text-decoration: underline; color: #EBC7C7}
#navbar a:hover {text-decoration: underline; color: #DE8787; background-image: url('http://negre.jonanin.com/xgenchat/navbar/overlay.png');}


#navbar #notfirst{
  border-left: 1px solid #000000;
}

#main{
  width:800px;
  height:500px;
  background-color: #1A1A1A;
  padding:0;
  padding-top: 7px;
  padding-bottom: 7px;
  margin:0;
  margin-left: auto;
  margin-right: auto;
}

#uploader{
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  font-family: 'Verdana';
}

#uploader p{
  font-size: 8px;
}

#choose{
  font-size: 8px;
  color: white;
  font-family: 'Verdana';
  background: #482F2F;
  height: 20px;
  overflow: hidden;
  margin:0;
  margin-left: 30px;
  padding:0;
}

#upload{
  font-size: 8px;
  color: white;
  font-family: 'Verdana';
  background-image: url('btnupload.png');
  width: 70px;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
}

#time{
  visibility:hidden;
  display:none;
}

#footer{
  text-align: center;
  color: white;
  font-family: 'Verdana';
  width: 800;
  height: 30;
  background-image: url('footer.png');
  background-repeat: no-repeat;
  font-size: 9px;
  margin-top: -10;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}