*{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.header, .footer{
	height: 64px;
	width: 100%;
	background: #4D4D4D;
	padding: 14px;
	color: #FFFFFF;
}

.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	color: #CCCCCC;
}

.content{
	width: 100%;
	height: 64px;
	background: #FFFFFF;
	padding: 14px;
}
