body {
	background:url('../img/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div#content {
	text-align: center;
	background:url('../img/t-w.png');
	border-radius: 15px;
	min-height: 550px;
	-webkit-box-shadow: 0px 0px 30px 2px #0f0d0b;
	box-shadow: 0px 0px 30px 2px #0f0d0b;
	margin: 42px;
	height: 95%;
}
