/*
*************************************************************************************
 GENERAL DECLARATIONS
*************************************************************************************
*/
*,html, body {
	margin: 0pt;
	padding: 0pt;
}

body {
	background: #fff;
	font-family: Trebuchet MS, sans-serif;
	font-size: 75%;
	}

div {
	background: url(../images/logo.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -165px;
	margin-left: -250px;	
	padding: 0;
	width: 500px;
	height: 330px;
	}

h1, p {	
	text-indent: -19999px;
	}
