#container {
	position:absolute;
	top: 79px;
	left: 50%;
	width: 761px;
	height: 436px;
	margin-left: -380px; /*set to a negative number 1/2 of your width*/
}
#flashcontent {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 761px;
	height: 436px;
}
#ad_space{
	position:absolute;
	top: 436px;
	width: 761px;
	height: 96px;
}
#footer{
	position:absolute;
	top: 532px;
	width: 761px;
	height: 120px;
}
#headContainer{
	position:absolute;
	left:50%;
	top:0px;
	width:761px;
	height:79px;
	margin-left: -380px; /*set to a negative number 1/2 of your width*/
}
#logo{
	position:absolute;
	left:-2px;
	top:16px;
	width:250px;
	height:50px;
	margin-top:0px;
	background-image: url(../images/p2m_logo.jpg);
	background-repeat:no-repeat;
}
#mainNav{
	position:absolute;
	left:361px;
	top:56px;
	width:409px;
	height:13px;
	margin-top:0px;
}
#languageNav{
	position:absolute;
	left:466px;
	top:5px;
	width:300px;
	height:14px;
	margin-top:0px;
}
#headerText{
	position:absolute;
	float:left;
	left:220px;
	height:80px;
	margin-top:17px;
}
