
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#d8e2f4;
}
#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}
#pagewrapper {
	margin:auto;
	width:995px;
	height:595px;
	text-align:left;
	overflow:hidden;
	top: -298px;
	left:50%;
	position: absolute;
	/*margin-top: -255px;*/
	margin-left:-498px;
	background-color:#fff;

}

#logo {
	text-align:center;
	margin-top:15px;
	margin-bottom:25px;
}
#links {
	margin-top:20px;
}
#business {
	margin-left:40px;
	width:409px;
	float:left;
}
#education {
	width:378px;
	float:right;
	margin-right:60px;
}
*html #education {
	margin-right:30px;
	float:right;
}

*html #business {
	margin-left:30px;
	width:409px;
	float:left;
}


.clearfix {
 clear:both;
 }
 #lang {
 	text-align:center;
	margin-top:25px;
 }
