#wrapper {
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #009;
	background-image: url(test.jpg);
}
#logo {
	width: 350px;
	height: 200px;
	padding-top: 40px;
	padding-left: 30px;
}
#box div {
	height: 500px;
	width: 500px;
	padding-top: 30px;
	padding-left: 30px;
	background-color: #000;
	left: 30px;
	top: 30px;
}

