@charset "UTF-8";
#wrapper {
	margin: auto;
	height: 600px;
	width: 800px;
	position: relative;
	top: 0px;
	background-image: url(NBCimages/backgroundImage.jpg);
	background-repeat: no-repeat;
}
#sky {
	position: absolute;
	height: 100px;
	width: 401px;
	left: 0px;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#menu {
	position: absolute;
	height: 60px;
	width: 540px;
	left: 240px;
	top: 100px;
	overflow: visible;
	background-image: none;
}

