#bg0 {
	margin: auto;
	margin-top:20px;
	padding: 50px;
	background-image: url(../res/hellgate.png);
	background-repeat: no-repeat;
	background-size: cover;
	/*
	background-color: rgba(200, 207, 200, 0.8);
	*/
	
	border:1px solid #FFFFFF;
	border-radius:15px;
	
	height: 70%;
	width: 900px;
	color: rgba(255, 255, 255, 1);
	
	
}

.tableframe1{
	background-color:rgba(45,45,45,0.3);
	border-radius:15px;
	margin:auto;
	margin-top:120px;
}

.tableframe1 td{
	padding:15px;
	margin:auto;
	text-align:center;
}

.tableframe1 input{
	background-color:rgba(200,200,200,0.3);
	border:0px;
	border-radius:15px;
}

#btnlogin{
	background-color:rgba(100,100,100,0.3);
	border:0px;
	border-radius:15px;
	width:100%;
}
