body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
}
div#preload { display: none; }
.intro_div {
	position:absolute;
	left: 24px;
	top: 204px;
}


/* Default Main Template Layout */
.standard_box {
	height: 430px;
	width: 800px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#000000;
	border-style:solid;
	border-width:3px;
	border-color:#666666;
}	
#main_center {
	position:relative;
	height: 430px;
	width: 800px;
	background-color: #333333;
}

.topBox{
	position:relative;
	height:80px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000000;
}
.topBox2{
	position:relative;
	height:10px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000000;
}
.topBox #banner {
	text-align: center;
}
.standard_box #menuBar {
	position: absolute;
	top: 433px;
	left: -3px;
	width: 806px;
	height: 70px;
}


/* Background Images*/
#backImageRight {
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	position: absolute;
	left: 923px;
	top: -79px;
	height: 629px;
	width: 447px;
}
#backImageLeft {
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	position: absolute;
	left: -89px;
	top: -79px;
	height: 629px;
	width: 447px;
}

/* Standard Links */
a:link {
	color: #F5F3DC;
	text-decoration: underline;
	
}
a:visited {
	color: #F5F3DC;
	text-decoration: underline;
}
a:hover {

	color: #666666;
	text-decoration: none;
}
a:active {
	color: #F5F3DC;
	text-decoration: none;
}


/* Admin Page */
#main_centerBlack {
	position:relative;
	height: 430px;
	width: 800px;
	background-color: #000000;
}
.standard_boxblack {
	background-color:#000000;
	padding:0px;
	height: 430px;
	width: 780px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.standard_box #main_center #adminContent {
	position: absolute;
	left: 5px;
	top: 318px;
	height: 66px;
}
.standard_box #output {
	position: absolute;
	width: 793px;
	left: -6px;
	top: 64px;
	background-color: #CCCCCC;
	padding-left:5px;
	border-style:solid;
	border-width:2px;
	border-color:#ffffff;
	height: 44px;	
}
.standard_box #removeElement {
	border-style:solid;
	border-width:2px;
	border-color:#ffffff;
	position: absolute;
	left: 30px;
	top:155px;
	padding:5px;
}
.standard_box #addElement{
	border-style:solid;
	border-width:2px;
	border-color:#ffffff;
	position: absolute;
	left: 30px;
	top: 30px;
	padding:5px;

}
.standard_box #backupDatafiles{
	border-style:solid;
	border-width:2px;
	border-color:#ffffff;
	position: absolute;
	left: 28px;
	top: 279px;
	width: 272px;
	padding:5px;
}
