body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #000000;
}

#wrapper {
  position: relative;
  text-align: left;
  width: 960px;
  height: 560px;
  margin-right: auto;
  margin-left: auto;
  background: #000000 url(assets/front-backg.png) top center no-repeat;
}

#entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #none;
	font-weight: bold;
	background-position: center;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #none;
}

.entryTable .label {
	background-color: #none;
}

.entryTable .content {
	background-color: #none;
}
img {
}
#frmLogin {
position: absolute;
top: 85px;
left: 300px;
background: url(assets/login.gif) center no-repeat;
}

.errorMessage {
	font-family: "Courier New", "Courier", "mono";
	font-size: 12px;
	font-weight: bolder;
	color: #CC3300;
}
#slide {
	position: relative;
	top: 350px;
}