body {
	background-image: url(../img/bg1.jpg);
	background-color: #2D0000;
	background-position: top center;
	background-repeat: no-repeat;

	color: #FFF;

	margin: 0px;
}

div.wrapper {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	position: relative;
	height: 600px;
}

a#indie-db {
	position: absolute;
	top: 0px;
	left: 0px;
}

iframe#youtube-trailer {
	position: absolute;
	right: 0px;
	top: 30px;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.52);
}
