@charset "UTF-8";
/* CSS Document */

html {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

h5 {
	margin: 0px;
	padding: 0px;
	color: #404568;
	font-weight: 300!important;
}

#container {
	margin: 0px auto;
	margin-top: 10px;
	width: 900px;
	text-align: center;
}

a {
	color: #777;
}

a:hover {
	color: #000;
}