html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	text-align: center;
	background: #FFF;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/Open_Sans_Light/opensans-light-webfont.eot');
    src: url('../fonts/Open_Sans_Light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans_Light/opensans-light-webfont.woff') format('woff'),
         url('../fonts/Open_Sans_Light/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans_Light/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald Regular';
    src: url('../fonts/Oswald_Regular/oswald-regular-webfont.eot');
    src: url('../fonts/Oswald_Regular/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald_Regular/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/Oswald_Regular/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/Oswald_Regular/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webregular';
    src: url('../fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.eot');
    src: url('../fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.woff') format('woff'),
         url('../fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#bg {
	background: url('../images/background.jpg') no-repeat top center;	
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

#wrapper {
	height: 100%;
	width: 100%;
}

#header {
	width: 100%;
	height: 100%;
	max-height: 200px;
	background: #FFF;
	z-index: 2;
	position: relative;
	box-shadow: 0 0 5px #222;
	-ms-box-shadow: 0 0 5px #222;
	-moz-box-shadow: 0 0 5px #222;
	-o-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
}

#header img#logo{
	display: block;
	height: 100%;
	max-height: 180px;
	width: auto;
	margin: 0 auto 10px auto;
	padding-top: 10px;
}

#content{
	display: inline-block;
	margin:50px auto 100px auto;
	z-index: 2;
	position: relative;
	height: auto;
}

#content h1{
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 45px;
	text-align: center;
	color: #222;
}

#content h2{
	font-family:'titillium_webregular', Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #222;
}

#content hr{
	border: 1px solid #222;
}

#content ul#contactinfo{
	display: inline-block;
	vertical-align: top;
	margin: 20px auto 100px;
	padding:0px;
	width:400px;
	list-style-type: none;
	text-align: left;
	font-family: 'Open Sans Light', sans-serif;
}

#content ul#contactinfo li{
	color: #222;
	height: 20px;
	margin: 20px 0;
}

#content ul#contactinfo li img{
	margin: 0;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

#content ul#contactinfo li:first-child img{
	vertical-align: super;
}

#content ul#contactinfo li span{
	font-family: 'titillium_webregular', Arial, sans-serif;
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

#content form{
	display: inline-block;
	vertical-align: top;
	width: 400px;
}

#content ul#contactfields{	
	margin: 35px 0;
	padding:0px;
	width:400px;
	list-style-type: none;
	text-align: left;
}

#content ul#contactfields li{
	color: #666;	
	display:inline-block;

}

#content ul#contactfields li:first-child{
	margin-right: 20px;
}

#content input[type="email"], #content input[type="text"], #content textarea{
	margin-bottom: 20px;
	padding: 0 2%;
	width:350px;
	height:40px;
	background-color: #FFF;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	border:0; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
    color: #FFF;
}

#content textarea{
	padding-top: 10px;
	height: 250px;
	width: 350px;
	resize:none;
}

#content input[type="submit"]{
	height: 40px;
	border:none;
	background-color:#393b3d;	
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	padding:5px 16px;
	cursor: pointer;
}

#content input[type="submit"]:hover{
	background-color:#171a1c;
}

footer{
	width: 100%;
	min-height: 50px;
	bottom: 0;
	background-color: #FFF;
	font-family: 'Open Sans Light', sans-serif;
	position: fixed;
	z-index: 2;
	box-shadow: 0 0 5px #222;
	-ms-box-shadow: 0 0 5px #222;
	-moz-box-shadow: 0 0 5px #222;
	-o-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
}

footer #copyright{
	float: left;
	margin: 20px 0 10px 50px;
}

footer #development{
	float: right;
	margin: 10px 50px 10px 0;
}

footer #development span{
	margin-right: 10px;
}

footer #development img{
	height: 50px;
	width: auto;
	vertical-align: middle;
}