#brace #top {
	background-image: url(../images/prepeat.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 20px;
	width: 800px;
}
#brace #main {
	background-image: url(../images/preload.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 450px;
	width: 800px;
}

#brace {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#brace #bottom {
	float: left;
	height: 50px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: blink;
	text-align: center;
	padding-top: 15px;
	color: #FFFFFF;
}
