* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #e6e6e6;
	text-align: center;
	overflow: hidden;
	height: 100%;
}
#page {
	position: relative;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 100%;
	background-image: url(../images/myspace.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}
#banner {
	position: absolute;
	left: 603px;
	top: 112px;
}

