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

body{
	margin:0 auto;
	padding:0;
	background:url(images/bg.jpg) no-repeat #000000;
	background-position:top center;
}
#container{
	width:899px;
	margin:0 auto;
}
#header{
	margin:0 auto;
	padding:0;
	background: url(images/header.jpg) no-repeat;
	width:899px;
	height:328px;
}
#top{
	margin:0 auto;
	padding:0;
	background: url(images/top.jpg) no-repeat;
	width:389px;
	height:219px;
	padding:70px 10px 5px 500px;
}
#top a{
  color:#FFFFFF;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif, "Arial Black";
  font-size:12px;
}
#top a:hover{
  color: #CCCCCC;
  text-decoration:underline;
  font-family:Arial, Helvetica, sans-serif, "Arial Black";
  font-size:12px;
}
#top .input-a{
  width:350px;
}
#top .input-b{
  width:350px;
 }
.submit{
  background:url(images/submit.jpg) no-repeat;
  width:132px;
  height:36px;
  border:none;
  font-size:17px;
  color:#333333;
  font-weight:bold;
}
#content{
	background: url(images/content.jpg) repeat-y;
	width:799px;	
	padding:10px 50px 10px 50px;
	margin:0 auto;
}
.left{
	float:left;
	margin:30px;	
}
.right{
	float:right;
	margin:0px 40px 0 0;	
}
#main{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	padding:0px;
	margin:0 auto;
}
#img{
	background: url(images/button.jpg) no-repeat;
	width:489px;
	height:49px;
}
#footer{
	background:url(images/footer.jpg) no-repeat;
	height:279px;
	width:899px;
	margin:0 auto;
	padding:0;
}
#footer-wrap{
	background:url(images/footer-wrap.jpg) bottom center repeat-x;
	height:279px;
	margin:0 auto;
	padding:0;
}
.clear{
	clear:both;
}


