@charset "UTF-8";
/* CSS Document */

* {
border : 0;
list-style : none;
padding : 0;
margin : 0;
}
html, #wrap, #bg table, #bg td {
width : 100%;
height : 100%;
overflow : hidden;
}

body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	background-size: cover;

	font : 13px "Times New Roman", Times, serif;
	background-color : #000;
	cursor : default;
	color : #595959;
}

#centertext {
	text-align: center;
	vertical-align: middle;
	color: red;
	font-size: 22px;
	margin-top: 60px;
	margin-right: 40px;
	margin-left: 40px;
}


a, a * {
cursor : pointer;
text-decoration : none;
color : #666666;
outline : 0;
}

#bg a, #bg img {
display : block;
}
#bg, #wrap {
	position : absolute;
	left : 0px;
}
#bg {
width : 200%;
height : 200%;
top : -50%;
left : -50%;
}
#bg td {
vertical-align : middle;
text-align : center;
}
#bg img {
min-height : 50%;
min-width : 50%;
margin : 0 auto;
}
#wrap {
	top : -15px;
	width : 100%;
	height : 100%;
	overflow : auto;
	z-index: 70;
}

#box {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:375px;
	height:275px;
	background-image: url('box.png');
	padding:0;
	background-repeat:no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -187px;
	margin-top: -137px;

}
#submit{
	padding:40px;
}

#login{
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
}

.texta { 
 background-color: #ffffff; 
 border: 1px solid #c8c7c7;
 margin: 2px 0 0 0 0;
height:20px;
width: 95%;
}

div.button input {
	background-image:url(arrow.png);
	background-repeat:no-repeat;
	cursor:pointer;
	width: 24px;
	height: 24px;
	border: none;
	display:block;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
}

#veritcal{
float:left; height:50%; margin-top: -172px; width:100%;	
}

#hoz{widht:465px; marign-left:auto;marign-right:auto;height:344px; overflow:auto; text-align:left; clear:both;}

.alt2 {display:none;}

.logo {
	display:block;
	width:300px;
	height:26px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}

