* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
#page {
	position: relative;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 700px;
	background-image: url(../images/yahoo.jpg);
	background-repeat: no-repeat;
}
#banner {
	position: absolute;
	left: 625px;
	top: 297px;
}

