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

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#ffffff;
	text-align:center;
}

img {
	border:0
}

#half { /* half of the container's height */
	width:1px;
	height:50%;
	margin-bottom:-159px;
	float:left;
}

#logo { /* the container */
	margin:0 auto;
	position:relative;
	text-align:center;
	height:318px;
	width:502px;
	clear:left;
}

#logo div {
	float:right;
	width:17em;
	margin-left:2em;
}
