/*-------------------------------------------------------------------

	HTML RESETS

--------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body, html{
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	background: #ffffff;
	height: 100%;
	text-align: center;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
	color: #d46d3b;
	outline: none;
}

img{
	border: none;
	padding: 100px 0 0 0;
}

br.clear{
	float: none;
	clear: both;
	height: 1%;
}

.left{
	float: left;
	width: auto;
}

.right{
	float: right;
	width: auto;
}

.underline{
	text-decoration: underline;
}

