body {
	margin: 0;	
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-spacing: 0px;	
}
.wrap {
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;	
}
.container {
   background:#575757;
   margin-left: auto;
   margin-right: auto;
   height: 272px;
}
.left-wrap {
	float:left;
	width:50%;
}
.left-wrap .left-wrap-inner { 
	padding:0 400px 0 0;
}
.left-wrap .left-wrap-inner .left-div {
	height:272px;
	background:#575757;
}

.right-wrap {
	float:right;
	width:50%;
	
}
.right-wrap .right-wrap-inner {
	padding:0 0 0 400px;
}
.right-wrap .right-wrap-inner .right-div {
	height:272px;
	background:#575757;
}

.central-div {
	width:800px;
	height:50px;
	position:absolute;
	top:0; 
	left:50%;
	margin:0 0 0 -400px;
	
}

.field {
	width: 290px;
	height: 50px;
	border: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	padding: 0 0 0 10px;	
	margin: 0px;
}
.submit {
	background: url("../images/btn_bg.png");
	background-repeat: repeat-x;
	height: 50px;
	width: auto;
	padding: 10px;
	color: #fff;	
	border: 0px;
	font-size: 24px;
	letter-spacing: 1px;
	cursor: pointer;
}
#loginDiv {
	padding-top: 30px;	
}
