

p.info {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 6px;
	color:#000;
	font: 16px arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	text-shadow: -2pt 5pt 2pt #000;	
	vertical-align: 50%;
}



#bottombar {
      position: absolute;
      bottom: 10;
      right: 10%;
      top: 90%;
      left: 10%;
       background: url(./images/bottom_background.png);
      background-repeat: repeat;
}

#bottombar p.info {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 6px;
	color:#000;
	font: 16px arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	text-shadow: -2pt 5pt 2pt #000;	
	vertical-align: 50%;
}



#leftbar {
       position: absolute;
       top: 148;
       right: 90%;
       bottom: 10;
       left: 10;
       background: url(./images/sidebar_background.png);
       background-repeat: repeat;

}


#rightbar {
       position: absolute;
       top: 148;
       right: 10;
       bottom: 10;
       left: 90%;
       background: url(./images/sidebar_background.png);
       background-repeat: repeat;

}


#main {
       position: absolute;
       top: 148;
       right: 10%;
       bottom: 10%;
       left: 10%;
       background: url(./images/main_background.png);
       background-repeat: repeat;

}



#titlebar {
       position: absolute;
       top: 10;
       right: 10;
       height: 138;
       left: 10;
       background: url(./images/title_background.png);
       background-repeat: repeat;

}

#titlebar p.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}
