*{
    margin: 0px;
    padding: 0px;
}
html {
	height: 100%;
}
body {
	background: #FFFFFF;
	height: 100%;
	font-family:  "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 14px;
	height: 100%;
	overflow: hidden;
	color: #000;
	letter-spacing: -0.5px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	background: #000;
	color: #fff;
}

a.next{
background: #000;
color: #fff;
}
a.white{
background: #fff;
color: #000;
}

ul,ol{
    list-style: none;
}




h1{
    font-size: 85px;
    letter-spacing: -6px; 
}
h2{
    font-size: 85px;
    letter-spacing: -6px; 
}
h2.ambiente{
color: #006600; 
}
h3{
font-size: 18px;
color: #000;
letter-spacing: -1px;
}

.logo{
position: relative;
 
}


/* Boxes #################################### */
div.home{
position:absolute;left:25px;bottom:100px
}

/* End Boxes #################################### */

#copy{
font-size: 14px;
letter-spacing: -1px;
color: #333;
text-transform: uppercase;
font-family: Arial;
}

/*Core ##############################################################*/



#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
 
	overflow:hidden;
}

	#mask {
		width:500%;
		height:100%;
		 
	}

	.item {
		width:20%;
		height:100%;
		float:left;
		position: relative;
		 
	}
	
	
	.content {
	width: 100%;
	height: 100%;
	top:0;
	margin:0 auto;
	position:relative;
	float: left;
	}
	
	.selected {
		 
	}

	.clear {
		clear:both;
	}
