@charset "UTF-8";
/* CSS Document */

nav, footer{
	display: none;
}

#wrapper, main {
	width: 100%;
	margin: 0; 
}

body{
	font-family: 'Questrial', serif;
	line-height: 1;
}