/* Styles specific to index.php */
.welcome {
	position: absolute; 
	top: 659px; 
	width: 353px; 
	height: 378px; 
	margin-left: 80px; 
	z-index: 7; 
	background: url(../images/welcomeTAB.jpg);
}
.votd {
	position: absolute; 
	top: 622px; 
	width: 225px; 
	height: 304px; 
	margin-left: 467px; 
	z-index: 8; 
	background: url(../images/votdTAB.jpg);
}
.thoughts {
	position: absolute; 
	top: 622px; 
	width: 225px; 
	height: 304px; 
	margin-left: 709px; 
	z-index: 9; 
	background: url(../images/blogTAB.jpg);
}
.lateprod {
	position: absolute; 
	top: 941px; 
	width: 225px; 
	height: 304px; 
	margin-left: 467px; 
	z-index: 10; 
	background: url(../images/storeTAB.jpg);
}
.download {
	position: absolute; 
	top: 941px; 
	width: 225px; 
	height: 304px; 
	margin-left: 709px; 
	z-index: 11; 
	background: url(../images/mediaTAB.jpg);
}
div.margin {
	padding: 65px 20px 5px 15px;
}
.banner {
	position: absolute; 
	margin-left: 144px; 
	width: 730px; 
	top: 120px; 
	padding: 5px; 
	background-color: #ffffff; 
	text-align: center; 
	z-index: 6;
}

/* OVERWRITE STYLES */
#nav_bar {
	position: absolute;
	top: 542px;
	margin-left: 118px;
	width: 775px;
	height: 20px;
	padding: 5px;
	background-color: white;
	z-index: 30;
}
