@charset "UTF-8";

/*--- Global Reset ---*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}

body {
	width: 100%;
	min-width: 880px;
	color: #6a6a6a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.7em;
	background-color: #fff;
}

#main-container {
	position: relative;
	margin: 15% auto;
	padding: 0;
	width: 880px;
	text-align: left;
}

#logo {
	float: left;
	width: 880px;
	text-align: center;
}

#text {
	float: left;
	width: 880px;
	margin-top: 100px;
	text-align: center;
}