* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #efefef;
}

/* begin container */
#container {
	width: 1040px;
	height: 870px;
	margin: 0px auto;
	background-image: url(images/static_web.jpg);
}
/* end container*/

/* begin wrapper */
#banner {
	position: absolute; 
	margin: 519px 0 0 697px; 
}
#banner img {
	border: none;
}
/* end wrapper */