html {
	height: 100%;
	margin: 0px;
}

body {
	background: #777576 url(../images/background.jpg) repeat-x;
	height: 100%;
	margin: 0px;
}

#container {
	height: 100%;
	margin: 0px auto;
	position: relative;
	width: 1000px;
}

#header {
	background: url(../images/header.jpg);
	height: 150px;
	margin: 0px;
	position: relative;
	width: 1000px;
}

#menu {
	height: 50px;
	margin: 0px;
	overflow: visible;
	position: relative;
	width: 1000px;
	z-index: 99;
}

#body {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 1500px;
	position: relative;
	width: 998px;
}

#footer {
	height: 30px;
	margin: 0px auto;
	position: relative;
	width: 1000px;
}

#bullpen_header {
	background: url(../images/bullpen_header.jpg);
	height: 170px;
	position: relative;
	width: 998px;
}

#bullpen_body_top {
	background: url(../images/content_body.jpg);
	height: 190px;
	position: relative;
	width: 998px;
}

#bullpen_body_bottom {
	background: #FFFFFF;
	height: 1090px;
	position: relative;
	width: 998px;
}

#bullpen_footer {
	background: url(../images/content_footer.jpg);
	height: 50px;
	position: relative;
	width: 998px;
}

#bullpen_hours {
	color: #888888;
	left: 670px;
	font-family: Arial;
	font-size: 18pt;
	position: absolute;
	top: 220px;
}

#bullpen_info {
	left: 50px;
	position: absolute;
	text-align: left;
	top: 220px;
}