
/*LAYOUT*/ 
body {
	background-color: #feffff;
	color: gray;
	font-family: "Helvetica Neue", Helvetica;
	font-weight: lighter;
}

#container {
	width: 100%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#logo {
	width: 85%;
	height: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	text-align: center;
}