html, 
body
{
	margin-bottom: 50px;
}
 
html 
{
	position: relative;
	min-height: 100%;
}

body
{
	background-color: #ededed;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Exo 2', Arial;
	font-size: 13px;
	line-height: 20px;
}

header div.container
{
	padding-top: 150px;
}

section#content
{
	padding-top: 80px;
}

section#content div.ads
{
	padding-top:  80px;
}

footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #333333;
	color: #ededed;
	font-weight: medium;
	font-size: 14px;
}