/*************************************
 +Container
 *************************************/
body {
	background:#ffffff;
	heigth: 100%;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	overflow : hidden;
}
div.content {
	position:absolute; top:400px;
	text-align:justify;
	margin-left:35%;
	margin-right:35%;
}
div.bottom {
	position:absolute; bottom:0px;
	text-align:justify;
	margin: auto;
}