@charset "UTF-8";

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#Content {
	width:600px;
	margin:0px auto;
	text-align:left;
}

div.table {
	position:relative;
	left:0px;
	top:0px;
	width:600px;
	//*height:600px;*//
}

div.logo {
	position:absolute;
	top:120px;
	left: 140px;
	width:190px;
	height:193px;
}

div.ind-enter {
	position:absolute;
	left:38px;
	top:378px;
	width:179px;
	height:67px;
}

div.corp-enter {
	position:absolute;
	left:395px;
	top:378px;
	width:169px;
	height:67px;
}

div.footer {
	position:absolute;
	left:100px;
	top:450px;
	width:400px;
	height:50px;
	text-align:center;
	font-size: 12px;
	color: #5a471b;
	font-family: Arial, Helvetica, sans-serif;
}