body {
	text-align: center;
	min-width: 980px;
	background-color: #000;
  padding: 0px;
  margin: 0px 0px 0px 0px;
	font-family: Tahoma,Verdana,sans-serif;
  background: url('img/bg.png') repeat-x;
}

img {
  display: block;
  border: none;
}

#container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	/*border: 1px solid red;*/
	overflow: auto -moz-scrollbars-none;
}

#top {
  height: 131px;
  width: 980px;
  float: none;
}

#main {
  width: 980px;
  height: 552px;
  background: url('img/bgLogin.png') no-repeat left;
  float: none;
}

#bottom {
  width: 980px;
  height: 80px;
  float: none;
}