#container {
	margin: 0px;
	padding: 0px;
	top: 45px;
	right: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
}
.bg {
	background-image: url(opaquebg_04.png);
	background-repeat: repeat;
}

#logo {
	text-align: center;
	margin: 0px;
	height: 103px;
	width: 100%;
	position: relative;
	z-index: 30;
	left: 0px;
	top: 0px;
	background-image: url(images/bg_02.png);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#opaquebg {
	background-image: url(fade_06.png);
	background-repeat: repeat-y;
	margin: 0px;
	float: right;
	height: 100%;
	width: 45%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: right top;
}

#container #content {
	margin: 0px;
	top: 0px;
	right: 0px;
	width: 60%;
	height: 60%;
	position: relative;
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
body {
	background-image: url(Salem%20Championships/salemchampsBG09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
