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

html { background: #cdcdce; }

body{
	background-color:  #cdcdce;
	background-image: url(images/area31-bg.jpg);
	background-repeat: repeat-x; 
margin: 0;
	}



#wrapper{
	margin: 0px auto;
padding-bottom: 30px;
	}
	

.contact{
	background: url(img/contact_form_background.png) top left no-repeat;
	overflow: hidden;
height	: 406px;
width	: 516px;
}



.contact .submit-button{
	background:url(img/send_btn.png) top left no-repeat;
	width:96px;
	height:40px;
	border: none;
	position: absolute;
	top: 345px;
	left: 392px;
}
