#main {
	height: 480px;
	width: 640px;
	margin: auto;
	background-image: url(webpageklein.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	position: relative;
	top: 100px;
	right: -300px;
}

body {
	background-color: #000000;
	position: fixed;
}