@charset "UTF-8";
/* CSS Document */

body {

	background: #990000;
	text-align:center;
	margin:0;
	width=100%;
	height=100%"
 
}

html {
	height: 100%;
	overflow: auto;
}

#pageflip {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
#logo {
	float:left;
	position:absolute;
	z-index:100;
	padding:10px;
	bottom:0;
	cursor: pointer;
}
#logo img {border:none;}
#logo a{cursor: pointer;}