html, body {
	background: #cfcfcf;
	height: 100%;
	width: 100%:
}

a {
	outline: none;
}

#container {
	height: 100%;
	width: 100%;
}

#background {
	background: url("/allaccess360/images/background.png") repeat-x;
	height: 100%;
	position: absolute;
	width: 100%;
}

#content {
    height: 429px;
    left: 50%;
    margin: -215px 0 0 -485px;
    position: absolute;
    top: 50%;
    width: 970px;
}

#section-left {
	float: left;
}

#section-middle {
	float: left;
	height: 160px;
	margin: 65px 0 0;
	position: relative;
	width: 380px;
}

#bracket-left, #bracket-right {
	height: 160px;
	position: absolute;
	width: 32px;
}

#bracket-left {
	left: 10%;
}

#bracket-right {
	right: 10%;
}

#title {
	height: 160px;
	left: 25%;
	position: absolute;
	width: 187px;
}

#section-right {
	float: left;
}

#footer {
	bottom: 0;
	height: 61px;
	position: absolute;
	right: 0;
	width: 137px;
}