#upperCorner 
{
	position:absolute;
	width:587px;
	height:299px;
	left:0px;
	top:0px;
	z-index:1;
}
#lowerCorner {
	position: fixed;
	width:435px;
	height:216px;
	z-index:2;
	right:0px;
	bottom:0px;
}
#contentArea 
{
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-352px;                                              
	width:704px;
	height:492px;
	z-index:3;
}
#logo {
	position:absolute;
	width:423px;
	height:70px;
	left:50px;
	top:20px;
}
#topBar 
{
	position:absolute;
	width:618px;
	height:25px;
	left:50px;
	top:115px;
}
#cornerLeft 
{
	position:absolute;
	width:19px;
	height:25px;
	left:0px;
	top:0px; 
}
#cornerRight 
{
	position:absolute;
	top:0px;
	right:0px;
	width:19px;
	height:25px;
}
#middle 
{
	position:absolute;
	width:580px;
	height:25px;
	left:19px;
	top:0px;
}
#topPhoto 
{
	position:absolute;
	width:618px;
	height:79px;
	left:50px;
	top:140px;
}
#sidePhoto 
{
	position:absolute;
	width:104px;
	height:250px;
	left:50px;
	bottom:10px;
}
#textArea 
{
	position:absolute;
	bottom:10px;
	left:164px;
	width:504px;
	height:250px;
	z-index:3;
}
#goals 
{
	position:absolute;
	width:215px;
	height:50px;
	top:20px;
	right:36px;
}
#menuItems 
{
	position:absolute;
	width:580px;
	height:25px;
	z-index:2;
	top:0px;
	left:0px;
}