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

html{
	height:100%;
	width:100%;
	font-family: 'Oxygen',sans-serif;
	line-height:1.8em;
}

body {
	padding: 0; margin:0;
	width:100%;
	height:100%;
}

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

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	outline:none;
}

*:before,*:after {
  box-sizing: inherit;
}

.wrapper {
	margin: 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	padding-bottom: 203px;
	overflow: scroll;  
}
