@charset"UTF-8";

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #FFC;
  font: 11px Verdana, sans-serif;
  text-align: center;
  background: #0A0A0A;
}

a:link   {color: #FFC; text-decoration: none;}
a:visited{color: #FF6; text-decoration: none;}
a:hover  {color: #FFF; text-decoration: none;}
a:active {color: #FF6;}
a img    {border: 0;}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
  margin: 0px;
  padding: 0;/* margin&padding reset */
  line-height: 1.4;/* base line height */
  display: block;
}
li { list-style: none; }/* link do not want a dot */


hr{ display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}

/*-----------------------------------------------------------------------------------------------
  container
-----------------------------------------------------------------------------------------------*/
#wrapper{
  margin: 0 auto;
  width: 710px;
  background:#140000;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container{
  height:100%;
  padding: 0 0 30px 0;
  background:#140000;
}

#container:after{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

/*-----------------------------------------------------------------------------------------------
  main
-----------------------------------------------------------------------------------------------*/
#mainarea{
  width: 710px;
  height:100%;
  float: left;
  background:#140000;
}

#imagearea{
  width:710px;
  height:400px;
  text-align:center;
}

#news{
  width:710px;
  background:#140000;
/*  text-align:center;*/
}


/* -----selectTop----- */
div#selectTop {
	width:  710px;
	height: 220px;
	margin:  0;
	padding: 0 70px 0 0;
	clear: both;
}
div#selectTop ul {
	margin:  0;
	padding: 0;
}
div#selectTop li {
	margin:  0;
	padding: 0 0 0 90px;
	float: left;
	list-style-type: none;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
  width: 100%;
  background: #140000;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;  /* For Certain IE widths */
  height: 30px;
  line-height: 30px;
  text-align:center;
}