@charset "utf-8";
/* CSS Document */

body{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #5A5A5A;
  background-color: #2e2e2a;
  margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}

#menu{
font-weight: bold;
width: 1024px;
top: 3px;
position:relative;
height: 40px;
z-index: 100;
}

#content {
	width:1024px;
    height: 700px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;                 
	/*border:1px dashed #333;
	background-color:#eee;   */
	}

#innercontent{
  width: 1024px;
  height:  500px;
  position: absolute;
  top: 230px;
  background-color: #ffffff;


}

#footer
{
  position: absolute;
  top: 735px;
}

#banner{
  width: 1024px;
  background-color: #000000;
}
a{
  color: #5A5A5A;
}
a:hover{
  background-color: #5A5A5A;
  color: white;
}

