body {
	
	background-color: #F8F8F8;
	margin: 0px;
	
	
}

input, textarea, select {
	
	outline: none;
	
}

a:link {

	text-decoration: none;
	
}

.center {
	
	width: 900px;
	
	margin-left: auto;
	margin-right: auto;
	
}

.footer {
	
	width: 100%;
	height: 300px;
	background-color: #5D7B91;
	border-top: 4px solid #90A1AF;
	
	margin-bottom: -50px;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: #90A1AF;
	line-height: 18px;
	font-weight: 300;
	
}

.socialicons {
	
	margin-right: 12px;
	display: inline-block;
	
}