body
{
        background-image: url('images/thebg.png');
	background-color:#000000;
	font-family:arial;
	margin:0px;
	width:15%;
	height:15%;
	top: 15%;
	left: 20%;
	position: absolute;
	vertical-align:middle;
	overflow:show;
	font-size:12px;
	color:#990000;
}

A:link 
{
	text-decoration: none;
	color:#990000;
}

A:visited 
{
	text-decoration: none;
	color:#990000;
}

A:active 
{
	text-decoration: none;
	color:#990000;
}

A:hover 
{
	text-decoration: none;
	color:#333333;
	color: red;
}

div#content
{
	width:750;
	vertical-align:middle;
	position: relative;
	overflow:hidden;
}

div#heading
{
	background-image: url('images/banner.png');
	background-color:#000000;
	background-repeat: no-repeat;
	width:750px;
	height:150px;
        vertical-align:middle;
}

div#loginbg
{
	background-color:#000000;
	background-repeat: no-repeat;
	width:750px;
	height:220px;
	padding-top:5px;
	vertical-align:middle;
}

div#footer
{
	background-color:#000000;
	background-repeat: repeat-x;
	width:750;
	height:29px;
	vertical-align:baseline;
	color:#FFFFFF;
	line-height:29px;
	font-size:12px;
}

input.txtbox
{
	width:145px;
	height:20px;
	background-color:#333333;
	background-repeat: no-repeat;
	font-size:14px;
	padding-top:5px;
	padding-left:5px;
	padding-right:4px;
	color:#990000;
	border:0px solid black;
}

input.loginbutton
{
	width:71px;
	height:26px;
	background-color:#000000;
	background-repeat: no-repeat;
	border:0px solid black;
	cursor:hand;
	
}
