* {
	margin: 0;
	padding: 0;
}

#bg {
	position: relative;
	background: transparent url(bg3.jpg) top center repeat-y;
	height: 998px;
	width: 790px;
	margin: 0 auto;
}

#main {
	position: relative;
	background: transparent url(top2.jpg) top center;
	width: 750px;
	height: 150px;
	margin: 0 auto;
	top: 0;
	border:solid 1px;
}

#menu {
position: relative;
width: 750px;
height: 15px;
margin: 0 auto;
top: 153px;
}

/* controls menu background, spacing, text, characteristics */
#menu a {
text-align: center;
letter-spacing: 2px;
font: 12px Helvetica, sans-serif;
font-weight:bold;
background: #000000;
color: #FFFFFF;
text-decoration: none;
float: left;
display: block;
width: 250px;
height: 15px;
padding-top: 2px;
}

#menu a:hover {
	color: #000000;
	background: #999999;
}

#menu a:active {
background: #000000;
color: #FFFFFF;
}

#content {
	position: absolute;
	background-image:url(images/background.jpg);
	height: 800px;
	width: 750px;
	top: 172px;
	margin: 0 auto;
}

#images {
	position: absolute;
	margin: 0 auto;
	height: 750px;
	width: 673px;
	left: 0px;
	top: 50px;
}

#foot {
	position: relative;
	top: 823px;
	margin: 0 auto;
	height: 20px;
	width: 745px;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	font: .7em georgia, sans-serif, bold;
	padding-left: 5px;
	padding-top: 3px;
}
