#loginbox
{
	width:300px;
	height:200px;
	padding:10px;
	margin:20px;
	background-image:url('../img/login.png');	
	z-index:1;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
	display:none;
	position:absolute;
	left:325px;
	top:100px;
}

#page{
	/*margin-left:160px;*/
	margin: 0px auto;
	width:980px;
	height:650px;
	/*border:5px solid gray;*/
	background: url(../img/backgrnd.jpg) fixed;
	background-repeat: no-repeat;
	background-position:center center;
	text-align: justify;
	/*border:0px solid gray;*/
}

#header{	
	width:780px;
	display:block;
	filter:alpha(opacity=80);
	opacity:0.80;
}

#logo{
	height:200px;
	width: 200px;
	color: white;
	background-image: url(../img/dblogo2.jpg);
	float:left;
}


#header2{
	/*margin-top:-200px;*/
	float:right;
	width: 580px;
	height: 200px;
	background-color:#000;
	
	/*background-image: url(../img/banner2.jpg);*/
	background:url(../img/kbanner.png) no-repeat scroll 0 0;
	filter:alpha(opacity=80);
	opacity:0.80;
	background-repeat: no-repeat;
	background-position: center top;
}

#content{
	width:780px;
	margin-top:20px;
	display:block;
	border:0px solid gray;
	background-repeat: no-repeat;
	background-position:center center;
	filter:alpha(opacity=80);
	opacity:0.80;
}


body{
	text-align: center;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:black;
}

p.logintitle{
	color:#E0E0E0;
	position: relative;
	left:100px;
	font:bold 14pt "Microsoft Sans Serif";
}
a.close{
	color:#E0E0E0;
	position: relative;
	left:50px;
	font:bold "Microsoft Sans Serif";
}

input.form{
	background-color:black;
	width:200px;
	height:20px;
	border:1px solid white;
	font:bold 10pt "Microsoft Sans Serif";
	color:#A8A8A8;
	
}

#headerBtnsSet{
margin-top:150px;
margin-left:10px;
}
#headerBtn{
width:100px;
height:40px;
margin-left:10px;
float:left;
}

#centerBox{
float:right;
width: 580px;
height:400px;
background-image: url(../img/centerBox.png);
background-color: black;
opacity:0.70;
filter:alpha(opacity=70);
display:block;

}

#centercontent{
float:left;
width: 580px;
height:400px;
overflow:scroll;
display:block;
color: #fff;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #111;
}
#rounded-corner td
{
	padding: 8px;
	background: #222222;
	border-top: 1px solid #555;
	color: #fff;
}

#rounded-corner tbody tr:hover td
{
	background: #FFFFFF;
	color:#000
	
}
