body {
	background:white;
	background-size:cover;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 15px;
	font-family:"Century Gothic";
	color: #4f4f4f;
	overflow: hidden;
	line-height: 25px;
	text-align:justify;
}

#background {
	z-index:1;
	position:fixed;
	
	visibility: hidden;
	
}


#logo {
	width:300px;
	height:200px;
	background:url(../img/jpg/logo/1.png) transparent no-repeat;
	position:  absolute;
	z-index: 600;
	left:30px;
	}