body {
	font-family:  'Roboto', Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background:#fff;
	border-top: 7px solid #f5f5f5;
}
.content-wrapper {
	box-shadow: 0px 0px;
	padding: 0 0;
	background-color: transparent;
	margin-top: 30px;
}
.header {
	padding: 0;
	margin: 0 auto;
	position:relative;
	border-bottom: none;
}
#header-wrapper {
	width: 100%;
}
#footer {
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 11px;
}
#footer-content {
	width: 960px;
	margin: 0 auto;
}
::-webkit-scrollbar {
    display: none; /*REMOVE SCROLLBAR*/
}