@charset "utf-8";
/* CSS Document */
@import "reset.css";

.clear { clear:both }

html, body {
	height: 100%;
}

#logo {
	width: 700px;
	height: 559px;
	text-align: center;
	border:0;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	background:none;
	outline:none;
}

#logo img {
	background:none;
	outline:none;
}

	
	