#player {
	height:720px;
	width:1280px;
	position:absolute;
	left: 20px;
	top:60px;
	border:5px solid rgb(255, 255, 255);
}

.page {
	background-color:rgb(222, 216, 186);
	text-align:left;
}

.highResImage {
	position:absolute; 
	left:10px; 
	top:40px;
	}

.noaaCurrentMonth {
	position:absolute; 
	left:665px; 
	top:15px;
	}
	
.noaaPreviousMonth {
	position:absolute; 
	left:840px; 
	top:15px;
	}

.noaaCurrentYear {
	position:absolute; 
	left:665px; 
	top:40px;
	}

.weeklyWeatherGraphs {
	position:absolute; 
	left:840px; 
	top:40px;
	}

.weatherLink {
	position:absolute; 
	left:1020px; 
	top:40px;
	}

.linksummary {
	left:20px;
	height: 700px;
	width:775px;
	top:805px;
	position:absolute;
	overflow-x:visible;
	overflow-y:visible;
	background-color:rgb(255, 255, 255);
}

.wuWeather {
	left:810px;
	top:805px;
	position:absolute;
}

