@charset "utf-8"; 

*{
	margin: 0;
}

html, body {
	height: 100%;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	color:#545454;
}

h1{
	font-size: 20px;
	letter-spacing: 2px;
	word-spacing: 5px;
}

a{
	text-decoration: none;
	color:#545454;
}

#wrap{
    position: absolute;
	height: auto;
    width: 800px;
	color:#545454;
	margin:0 auto 0 auto;
	left: 50%;
	margin-top: 50px;
	margin-left: -350px;
	font-size: 12px;
}

#logo{
	position: absolute;	
	height: auto;
	width: 307px;	
	margin-top: 0px;	
}


#trovit{
	position: absolute;	
	height: auto;
	width: 800px;
	margin-top: 120px;	
	letter-spacing: 2px;
	word-spacing: 5px;
	font-size: 12px;
	line-height: 30px;
	display: block;
}	

#footer{
	position: absolute;	
	height: auto;
	width: 410px;	
	margin-top: 400px;
	margin-left: 145px;
	text-align: center;
	letter-spacing: 1px;
}

#searching_message {
	background-color: #ffffff;
	width: 320px;
	height: 70px;
	padding: 15px;
	padding-top: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -95px;
	text-align: center;
	z-index: 1000;
	font: 13px "Trebuchet MS", Arial;
	border: 2px solid #E80060;
	}

