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: 4500px;
	position: relative;
	width: 998px;
}

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

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

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

#bowling_center_junior_leagues_body_bottom {
	background: #FFFFFF;
	height: 4090px;
	position: relative;
	width: 998px;
}

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

#bowling_center_junior_leagues {
	left: 100px;
	position: absolute;
	top: 250px;
}
