html {
	width: 100%;
	height: 100%;
}

body {
	background: #000 url(../images/bigfire.jpg) no-repeat center center;
}

#image {
	height: 800px;
	width: 571px;
	padding: 10px;
	background: url(Sputnik.jpg) no-repeat center center;
	margin: 30px auto 40px;
}

#back {
	background-image: url(../images/backbutton.png);
	width: 50px;
	height: 48px;
	float: left;
	position: absolute;
	top: 8px;
	left: 0;
}

img {
	border-style: none;
}