/* Import the Font */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

* { margin: 0; padding: 0; }
body { font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
	line-height: 1.5em;
	color: #686655; background-color: #BED600;
		max-width: 1920px;
		overflow-x: hidden;
		width: 100%;
}

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

#page-wrap {
	width: 60%;
	max-width: 800px;
	margin: 50px auto;
}

h1, h2, p { margin: 30px 0; }
h1 { color: #DA1A39; }
