body{
  background: #000000 url('images/logo.png') no-repeat top left;
  color: #979595;
  font-family: Arial;
}

body#news{
  background: #000000 none;
  color: #979595;
  font-family: Arial;
}
  
div#head{
}

/*-------------------Menu Area-------------------*/
  
div#menu{
  width: 101%;
  position: relative;
  top: 150px;
  left: -.4%;
  height: 27px;
  padding: 0px;
}

div#menu table{
  width: 100%;
  height: 23px;
  border-collapse: collapse;
}

td{
  background: url('images/div.png') repeat-x;
  text-align: center;
}

td#menuentry{
  width: 14%;
}

td#menuentry:hover span{
  background: url('images/hovertopright.png') top right no-repeat;
  display: block;
}

td#menuentry:hover span span{
  background: url('images/hovertopleft.png') top left no-repeat;
}

td#menuentry:hover span span span{
  background: url('images/hoverbottomright.png') bottom right no-repeat;
}

td#menuentry:hover span span span span{
  background: url('images/hoverbottomleft.png') bottom left no-repeat;
}

td#selmenu{
  width: 14%;
}

td#selmenu span{
  background: url('images/hovertopright.png') top right no-repeat;
  display: block;
}

td#selmenu span span{
  background: url('images/hovertopleft.png') top left no-repeat;
}

td#selmenu span span span{
  background: url('images/hoverbottomright.png') bottom right no-repeat;
}

td#selmenu span span span span{
  background: url('images/hoverbottomleft.png') bottom left no-repeat;
}

td#menubuffer{
  width: 14.5%;
}

td#menuendleft{
  background: url('images/leftmenu.png') no-repeat;
  width: 1px;
}

td#menuendright{
  background: url('images/rightmenu.png') no-repeat;
  width: 3px;
}

/*-------------------End Menu Area-------------------*/

td#divendleft{
  background: url('images/leftdiv.png') no-repeat;
  width: 3px;
}

td#divendright{
  background: url('images/rightdiv.png') no-repeat;
  width: 3px;
}

/*-------------------Login Area-------------------*/

div#login{
  width: 234px;
  height: 150px;
  position: relative;
  top: 160px;
  left: -5px;
}

div#login table{
  width: 100%;
  height: 23px;
  border-collapse: collapse;
}

td#tbdv{
  background: #000000;
  padding: 0px;
  text-align: left;
}

div#logarea{
  border-left: solid 2px #2c0303;
  border-right: solid 2px #2c0303;
  border-bottom: solid 2px #2c0303;
  height: 50px;
  padding: 10px;
}

/*-------------------End Login Area-------------------*/

/*-------------------Control Menu Area-------------------*/

div#conmenuarea{
  border-left: solid 2px #2c0303;
  border-right: solid 2px #2c0303;
  border-bottom: solid 2px #2c0303;
  height: 500px;
  padding: 10px;
}

/*-------------------Control Menu Area-------------------*/

/*-------------------Status Area-------------------*/

div#status{
  width: 400px;
  height: 150px;
  position: relative;
  top: -177px;
  left: 0px;
  float: right;
}

div#status table{
  width: 100%;
  height: 23px;
  border-collapse: collapse;
  position: relative;
  top: 0px;
}

div#statusarea{
  border-left: solid 2px #2c0303;
  border-right: solid 2px #2c0303;
  border-bottom: solid 2px #2c0303;
  height: 81px;
  padding: 19px 10px;
}

img#statusimage{
  width: 50%;
}

/*-------------------End Status Area-------------------*/

/*-------------------Foot Area-------------------*/

div#footcontainer{
  position:fixed;
  display: table;
  height: 100%;
  top:0;
  width: 80%;
  margin: 0% 10%;
  z-index: -1;
}

div#foot{
  display: table-cell;
  vertical-align: bottom;
}

div#foot table{
  width: 100%;
  height: 24px;
  border-collapse: collapse;
}

td#health{
  width: 80px;
}

/*-------------------End Foot Area-------------------*/

/*-------------------Chat Area-------------------*/

div#chat{
  z-index: 1000;
  width: 500px;
  height: 450px;
}

div#chat table{
  width: 100%;
  height: 23px;
  border-collapse: collapse;
}

div#chatarea{
  border-left: solid 2px #2c0303;
  border-right: solid 2px #2c0303;
  border-bottom: solid 2px #2c0303;
  height: 450px;
  padding: 10px;
}

td#closechat{
  background: url('images/closechat.png') no-repeat;
  width: 15px;
}

td#movechat{
  background: url('images/movechat.png') no-repeat;
  width: 13px;
}

div#answer{
  border: 2px solid #979595; 
  height: 300px; 
  width: 470px; 
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll; 
  overflow-x: hidden;
  background: #2c0303;
}

/*-------------------End Chat Area-------------------*/

/*-------------------Main Area-------------------*/

div#main{
  width: 60%;
  height: 60%;
}

/*-------------------News Area-------------------*/

div#news{
  position: relative;
  top: 10px;
  left: 245px;
}

div#news table{
  width: 100%;
  height: 23px;
  border-collapse: collapse;
  position: relative;
  top: 0px;
}

div#newsarea{
  border-left: solid 2px #2c0303;
  border-right: solid 2px #2c0303;
  border-bottom: solid 2px #2c0303;
  padding: 14px 14px;
}

/*-------------------End News Area-------------------*/

/*-------------------End Main Area-------------------*/

/*-------------------Element Styles-------------------*/

form{
  position: relative;
  top: 35px;
}

form#newsform{
  position: relative;
  top: 0px;
}

input, form select, textarea {
  margin-bottom: 4px;
  background-color: #2c0303;
  border: 2px solid #979595;
  color: #979595;
}

form textarea{
  width: 100%;
}

a:link{
  text-decoration: none;
  color: #642424;
}

a:visited{
  text-decoration: none;
  color: #642424;
}

a:hover{
  text-decoration: none;
  color: #772f2f;
}

a:action{
  text-decoration: none;
  color: #772f2f;
}

/*-------------------End Element Styles-------------------*/