#bg {
	position:absolute;
	top:0px;
	width:2000px;
	left:50%;
	height:1120px;
	margin-left:-1000px;
	z-index:1;
	visibility:hidden;
}
body {
	background-color:#190000;
	background-image:url(../images/gfx/bg/brick2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}
#mainWrapper {
	position:absolute;
	top:0px;
	left:50%;
	width:800px;
	margin-left:-413px;
	height:700px;
	background-image:url(../images/gfx/bg/tile.png);
	border-top-style:solid;
	border-top-color:#cccc66;
	border-top-width::medium;	
	border-left-style:solid;
	border-left-color:#cccc66;
	border-left-width::medium;
	border-right-style:solid;
	border-right-color:#cccc66;
	border-right-width::medium;	
	border-bottom-style:solid;
	border-bottom-color:#cccc66;
	border-bottom-width::medium;		
	z-index:2;
}
#title {
	position:relative;
	float:left;
	z-index:5;
	text-align:center;
}
#nav {
	width:552px;
	height:30px;
	position:absolute;
	left:50%;
	float:left;
	margin-left:-152px;
	z-index:7;
	top:95px;
}
#titleunder {
	position:absolute;
	top:125px;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:60px;
	z-index:6;
	background-image:url(../images/gfx/title_under.png);
	background-repeat:no-repeat;
	visibility:hidden;
}
#maindish {
	width:790px;
	height:565px;
	position:relative;
	float:left;
	padding:5px;
	z-index:6;
	font-family:Candara, Verdana;
	font-size:1em;
	color:#cccc66;
	overflow-x:hidden;
	overflow-y:auto;
	text-align: left;
}
#unifoot {
	width:790px;
	height:30px;
	float:left;
	padding:10px;
	font-family:Candara, Verdana;
	font-size:1em;
	color:#cccc66;	
	z-index:6;
	text-align:center;
}
.statusbar {
	position:absolute;
	right:0px;
	top:0px;
	width:auto;
	height:auto;
	font-family:Arial;
	font-size:.8em;
	color:#cccc66;	
	padding-right:10px;
	text-align:right;
}
#player {
	position:absolute;
	top:0px;
	text-align: center;
	width: 790px;
}
#imgpreview {
	position:absolute;
	top:345px;
	left:50%;
	margin-left:-45px;
	width:400px;
	height:350px;
	text-align:center;
}
#savestaffmember {
	position:absolute;
	top:600px;
	margin-left:-150px;
	left:50%;
	z-index:7;
		
}
.savebuton {
	width:300px;	
}
#bulletinARC {
	position:absolute;
	top:0px;
	left:50%;
	width:700px;
	margin-left:-350px;
	min-height:450px;
	max-height:auto;
}
.bulletintablehead {
	font-family:Candara, Verdana;
	font-size:1.6em;
	color:#cccc66;
	background-color:#330000;
	text-align:left;
}
#home{
	text-align:center;
	width:790px;
	height:auto;
	z-index:7;
}

