div#container {
	background: url(logo.gif) no-repeat bottom right;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -400px;
	height: 400px;
	width: 800px;
}