html, body { background-color: #000; padding: 0; margin: 0; overflow: hidden;}

form { margin: 0; } 

.out_out
{
	margin: 0;
	background: transparent url("bg.jpg") no-repeat center top;
	width: 100%;
	height: 100%;
}

.bgdiv
{
	position: absolute;
	top: 42%;
	left: 8%;
	border: 1px solid #ccc;
	background-color: #555;
	padding: 15px;
	
}

.regtbl tr td
{
	padding: 3px;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	color: #c8c8c8;
}

.regtbl tr td input
{
	border: 1px solid #ccc;
}

.regtbl tr td input[type=text], .regtbl tr td input[type=password]
{
	width: 200px;
}

.regtbl tr td input[type=submit]
{
	font-weight: bold;
}

.regtbl tr td input[type=submit]:hover
{
	color: #0000aa;
}

.bottom
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #eee;
	padding: 10px;
}

.bottom a
{
	display: block;
	float: left;
	padding: 0 0 0 20px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #8080ff;
}

.bottom a:hover
{
	text-decoration: underline;
}

.top_right
{
	display: block;
	position: absolute;
	bottom: 65px;
	left: 100px;
}

.bottom_left
{
	display: block;
	position: absolute;
	top: 30px;
	right: 200px;
}