body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: rgb(255,255,209);
	text-align: center;
}

#main {
	width: 789px;
}

td.navbar {
	height: 40px;
	background-image: url(../images/navbar.png);
	background-repeat: repeat-x;
}

#award {
	height: 170px;
	background-image: url(../images/ribbon.png);
	background-repeat: no-repeat;
	background-position: center;
}

table.contentpaneopen{
	width: 100%;	
}

