@charset "utf-8";
html, body{
	height:100%;
	background-color: #ffffff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
body{
	margin:0;
	padding:0;
	overflow:hidden;
}
#links{
	position:absolute;
	float:right;
	top:20px;
	right:10px;
	z-index:999;
}
#wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 620px;
	z-index: 2;
}
#content{
	width:743px;
	margin:auto;
	margin-top:200px;
}
#menu{
	margin-top:50px;
}
#content p{
	line-height:26px;
	font-weight:bold;
}
#flashContent{
	width:100%;
	height:100%;
}
#content span{
	text-align:left;
	float:left;
	margin-left:45px;
	color:#000;
	font-weight:bold;
	position:relative;
	bottom:40px;
}
#logoSections{
	float: left;
	margin-left: -170px;
	margin-top: -70px;
	margin-bottom: 70px;
}