#wrapper {
	position:relative;
	width:900px;
	height:600px;
	z-index:1;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 40px;
	}
	
	body {
	background-color: #dfe6e8;
	}
	h2{font-family:Arial; color:353f4f; font-size:11px; font-weight:lighter;
	}
	

a:link {
	color: #353f4f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #353f4f;
}
a:hover {
	text-decoration: none;
	color: #5f6872;
}
a:active {
	text-decoration: none;
}
