body
{
	text-align: center;
	margin: 0px;
}
img
{
	border: 0px;
}
div#pageContent
{
	position: relative;
	width: 850px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
div#logo
{
	position: absolute;
	left: 29px;
	top: 71px;
}
div#nav_company
{
	position: absolute;
	left: 642px;
	top: 115px;
}
div#nav_mission
{
	position: absolute;
	left: 668px;
	top: 160px;
}
div#nav_team
{
	position: absolute;
	left: 684px;
	top: 205px;
}
div#nav_contact
{
	position: absolute;
	left: 692px;
	top: 250px;
}
div#content
{
	position: absolute;
	left: 100px;
	top: 220px;
	width: 500px;
	text-align: justify;
	font-family: arial;
	font-size: 10pt;
	line-height: 1.7;
	color: #444444;
}
div#footer
{
	position: absolute;
	left: 0px;
	top: 605px;
	width: 850px;
	text-align: center;
	font-family: arial;
	font-size: 9pt;
	color: #AAAAAA;
	border-top: 1px solid #DDDDDD;
}