body {
	background: #000 no-repeat 50% 50%;
	width: 500px;
	overflow: hidden;
	margin:10px;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
}

.info {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.embed {
	position: absolute;
	top: 60px;
}

.footer {
	position: absolute;
	top: 80px;
	width: 300px;
}

.footer hr {
	width: 300px;
}