html{
	width:100%;
	height:100%;
}
body{
	font-family:'proxima-nova',sans-serif;
	font-size:12px;
	background:transparent;
	width:100%;
	height:100%;
	position: relative;
}
.clear{
	clear: both;
}