@charset "utf-8";
/* CSS Document */

#container {
position: relative;
margin-left: auto; 
margin-right: auto;
width: 50em;
height: 1075px;
width: 744px;
background-color: rgb(252,239,5);
border-top-color: black;
border-top: solid 3px;
border-left-color: black;
border-left: solid 3px;
border-bottom-color: #666666;
border-bottom: solid 3px;
border-right-color: #666666; 
border-right: solid 3px;
} 

#titleBar {
position:absoluate;
z-index: 1;
height: 300px;
top: 0px;
/*background-image: url(media/images/headerImg.jpg);
background-repeat: no-repeat;*/
}

#years {
position: absolute;
z-index: 2;
top: 300px;
height: 37px;
width: 744px;
background-color: rgb(46,37,92);
}

#yearsFont {
position: relative;
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:30px;
text-align:center;
top: -19px;
height: 23px;
margin: 0;
padding: 0;
/*letter-spacing: 0.1em;*/
}

#hugeLocations {
position:absolute;
top: 395px;
width: 744px;
color: rgb(46,37,92);
font-family:"Times New Roman", Times, serif;
font-size:36px;
text-align:center;
letter-spacing: 0.025em;
}

#hugeLocationsL2 {
position:absolute;
top: 440px;
width: 744px;
color: rgb(46,37,92);
font-family:"Times New Roman", Times, serif;
font-size:22px;
text-align:center;
}

#location1 {
	position:absolute;
	color:rgb(46,37,92);
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-stretch: narrower;
	top: 537px;
	width: 285px;
	left: 229px;
	border-bottom:dotted;
	border-color: rgb(46,37,92);
	border-bottom-width: thin;
}

#mapquest1 {
	position:absolute;
	top: 608px;
	width: 165px;
	height:50px;
	left: 292px;
	background-image: url(media/mapquest.gif);
	background-repeat: no-repeat;
}


#hours {
	position:absolute;
	color:rgb(46,37,92);
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	top: 815px;
	width: 744px;
	left: 3px;
}

#blueBurst {
position: absolute;
z-index: 3;
width: 126px;
height: 124px;
left: 5px;
background-image: url(media/graphics.gif);
background-repeat: no-repeat;
top: 305px;
}

#aquaBurst {
position: absolute;
z-index: 6;
width: 248px;
height: 217px;
left:0px;
background-image: url(media/blueredBurst2.gif);
background-repeat: no-repeat;
top: 775px;
}

#purpleBurst {
position: absolute;
z-index: 7;
width: 208px;
height: 195px;
left: 535px;
background-image: url(media/purple.gif);
background-repeat: no-repeat;
top: 1000px;
}

#greenBurst {
	position: absolute;
	z-index: 8;
	width: 148px;
	height: 133px;
	left: 527px;
	background-image: url(media/green.gif);
	background-repeat: no-repeat;
	top: 496px;
}

#rocket1 {
position: absolute;
z-index: 8;
width: 102px;
height: 99px;
left: 70px;
background-image: url(media/rocket1.gif);
background-repeat: no-repeart;
top: 457px;
}

#rocket2 {
	position: absolute;
	z-index: 9;
	width: 102px;
	height: 99px;
	left: 637px;
	background-image: url(media/rocket2.gif);
	background-repeat: no-repeat;
	top: 378px;
}

#rocket3 {
position: absolute;
z-index: 9;
width: 102px;
height: 99px;
left: 52px;
background-image: url(media/rocket3.gif);
background-repeat: no-repeat;
top: 1100px;
}

#savingsBurst {
	position: absolute;
	z-index: 10;
	width: 175px;
	height: 164px;
	left: 558px;
	background-image: url(media/supersaving.gif);
	background-repeat: no-repeat;
	top: 646px;
}

#specialBurst {
position: absolute;
z-index: 11;
width: 187px;
height: 187px;
left: 35px;
background-image: url(media/specialsBurst.gif);
background-repeat: no-repeat;
top: 575px;
}

#counter {
position:absolute;
z-index: 4;
width: 744px;
top: 357px;
text-align: center;
font-size: 18px;
font-family: "Times New Roman";
color: rgb(46,37,92);
}

#myspace {
	position: absolute;
	z-index: 14;
	width: 500px;
	top: 870px;
	left: 122px;
	padding-top:15px;
	border-top:dotted;
	border-color: rgb(46,37,92);
	border-top-width: thin;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

#footer {
	position: absolute;
	z-index: 15;
	width: 744px;
	top: 1052px;
	color:rgb(46,37,92);
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

