body {
	background-image: url('../images/bgblue.png');
	background-repeat: repeat-x;
	background-color: #cedfe6;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	word-wrap: break-word;
	background-attachment:scroll;
}
.whole {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	width: 264px;
	height: 164px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	margin-top: 200px
}
#contact {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
	font-family: arial;
	color: #CECECE;
	cursor: help;
	opacity: 0;
	
}
