/*-------------------------------------GENERAL-------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

#background{
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	background-image: url(../images/windmolens.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	
}

#container{
width: 525px;
height: auto;
margin: 0 auto;
}

#contentarea{
margin:100px auto;
width: 525px;
height: 330px;
}

#logobgr{
width: 525px;
height: 110px;
background-color: #fff;
opacity: 0.7;
}

#logo{
float: left;
margin: 15px 0 0 20px;
width: 400px;
height: 81px;
-webkit-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0; 
}

#contact{
float: left;
width: 525px;
height: 220px;
background-color: white;
-webkit-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
}

h3{
font-family: "Helvetica Neue",Helvetica,Arial;
font-size: 18px;
color: #008001;
margin: 15px 0 0 20px;
}

p{
margin-top: 20px;
font-family: "Helvetica Neue",Helvetica,Arial;
font-size: 12px;
color: #555555;
line-height: 1.5;
margin-left: 20px;
}