@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
	font-family:Tahoma;
	color:#000000;
	background-color:#000000;
	font-size:11px;
	margin:0px;
	padding:0px;
}

#main
{
	overflow:hidden;
	width:100%;
	height:auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-bottom:50px;
}

#center
{
	width:980px;
	height:740px;
	margin: 0 auto;
	overflow:hidden;
}

#contact
{
	position:absolute;  
	width:930px; 
	height:365px; 
	margin-top:260px; 
	margin-left:25px; 
	z-index:1; 	
}

input[type=text], select, option
{
	/*border-style:solid;
	border-width:1px;
	border-color:#000000;*/
	border:none;
	background-color:#FFF6CC;
}