#container #header {
	height: 25px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main_container {
	height: 800px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 25px;
	background-repeat: repeat;
}
#footer {
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 800px;
}
#nav {
	background-repeat: no-repeat;
	position: absolute;
	left: 47px;
	top: 98px;
	height: 150px;
	width: 130px;
}
#graphic1 {
	height: 310px;
	width: 115px;
	position: absolute;
	left: 25px;
	top: 250px;
	background-image: url(images/logan_graphic.png);
	background-repeat: no-repeat;
}
#main_container #graphic2 {
	height: 105px;
	width: 950px;
	position: absolute;
	left: 47px;
	top: 532px;
	background-image: url(images/werunthisplace_graphic.png);
	background-repeat: no-repeat;
}
#main_content {
	height: 370px;
	width: 700px;
	position: absolute;
	left: 213px;
	top: 101px;
	background-image: url(images/home_content.png);
	background-repeat: no-repeat;
}
#graphic3 {
	height: 462px;
	width: 459px;
	position: absolute;
	left: 858px;
	top: 33px;
	background-image: url(images/logo_lrg.png);
}
#container {
	background-image: url(images/background.jpg);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

a:visited {
	background-image: url(images/home_content.png);
}
