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

*{margin:0;
padding:0;
font-family:"Century Gothic";
color:#fff;
font: normal 13px/100%; }
a{text-decoration:none; color:#fff;}
#topline{
	width:100%;
	height:30px;
	background-color:#032758;
	padding-bottom:0px;
	margin-bottom:0px;}
	
	#middle{
		width:1190px;
		margin:0 auto;
		background-image:url(bg.jpg);
		background-repeat:no-repeat;
		background-position:right bottom;
		height:700px;
		position:relative;
		top:-50px;
	
	}
	#mid2{
		width:100%;
		margin:0 auto;
		height:400px;
		background-color:#032758;
		position:relative;
		top:-50px;
	
	}
	#formmid{
		background-image:url(formbg.jpg);
		background-repeat:no-repeat;
		width:346px;
		height:437px;
		position:relative;
		top:220px;
		left:60px;
		color:#fff;
	}
	
	#footer{
	width:100%;
		margin:0 auto;
		height:180px;
		position:relative;
	}
	#footer ul li{list-style:none; display:inline-block; color:#032758; margin:30px 20px; font-size:12px; float:left;}
	input, textarea {   
    padding: 9px;  
    border: none;  
    outline: 0;  
    font: normal 13px/100%;  
    width: 284px;  
    background: #445f83;  
	color:#FFF;
	height:30px;
	margin:8px 0px;
    }  
	#midnumber{
	width:510px;
	height:300px;
	margin:10px auto;
	}
	
	hr{ width:960px;
	margin:10px auto;}