body {	
	background-image: url('../images/mainbg.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #000000;
	font-family: Segoe UI, Arial, sans-serif;
	font-size:0.7em;
	height:100%;	
	color:#ffffff;

	line-height: 1.5em;
}

h1 {
	font-size:1.4em;
}

img{
	border: 0;	
}

.site_contener{
	width: 940px;
	margin: 0 auto;	
}
header, nav, article, footer, address, section, menu{
	display:block;
	position:relative;	
}
header{
	z-index: 100;
	height: 130px;
	padding: 0 150px 0 0;
}

.logo{
	position:absolute;
	top: 3px;
	left: 0px;
		
}
footer{
	margin: 20px 0;
	border-top: 1px solid #cbdb2a;
	padding-top: 15px;
	color:#9bab97;	
}
address{
	padding-top: 5px;		
}
aside{
	width: 300px;
	float: right;	
}

ul#contactFields {
	font-size:1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

ul#contactFields li {
	padding: 0 0 0.8em 0;
}

ul#contactFields input {
	width: 300px;
	border: 1px solid #cbdb2a;
}

ul#contactFields textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #cbdb2a;	
}

ul#contactFields button {
	font-size: 1.5em;
}

section#description {
	font-size: 1.2em;
	padding-bottom: 1em ;
}

section#contact > div {
	display: inline-block;
}
footer address {
	padding: 0;
	display:inline-block;
}
footer section {
	text-align: right;
	float:right;	
}