:before,:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}


html {
	height: 100%;
	left: 0;
}

body {
	height: 100%;
	box-sizing: border-box;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
	margin-top:10%;
	padding: 0;
	overflow: hidden;
	font-family: 'Open Sans';
}
body > #wrapper {
	height: 100%;
	min-height: 100%;
	width: 100%;
	display: inline-block
}

header {
	margin-bottom:50px;
}

div {
	width:100%;

}
