
body {
	background-image: url(../Images/space.jpg);
	background-repeat: repeat;
	background-color: Black;
	margin: 0px;
}

body, td, input {
	font-family: OCR, OCR A Extended, Lucida Console, Monaco, Courier New, Monospace;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: Silver;
}

#txtPassword {
	background-color: Black;
	border: solid 1px Lime;
	color: Lime;
	height: 30px;
	padding: 5px;
	width: 240px;
}

#btnGo {
	background-color: Black;
	border: solid 1px Lime;
	color: Lime;
	height: 30px;
	width: 40px;
}

#table-outer {
	background-color: #666666;
	border-collapse: collapse;
	border-bottom: solid 3px #808080;
	border-left: solid 3px #808080;
	border-right: solid 3px #808080;
	width: 710px;
}

#table-inner td {
	vertical-align: top;
}

#div-title {
	background-color: #999999;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 7px 0px;
	text-align: center;
	width: 561px;
}

#table-content {
	background-color: Black;
	background-image: url(../Images/2005.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 460px;
	width: 100%;
}

#table-content td {
	color: Lime;
	padding: 10px 0px 130px 10px;
}

#td-login-content {
	padding: 100px !important;
	text-align: center;
	vertical-align: middle;
}

#td-left-content {
	text-align: left;
	vertical-align: top;
	width: 50%;
}

#td-right-content {
	text-align: right;
	vertical-align: top;
	width: 50%;
}

#td-left-main {
}

#td-right-main {
	background-color: Black;
}
