* {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	body, html {
		
		text-align: center; 
		height: 100%;
		width: 100%;
	}
	
	body {
		background: #cdcdcd;
	}
	 
	#center5x {
		margin: auto;
		text-align: left;
		width: 300px;
		height: 152px;
		background: #cdcdcd url(pmjoitab.png) no-repeat;
		font: small Verdana, sans-serif;
		color: #EEE;
		position: relative;
		margin-top: -200px;
	}
	#center5y {
		position: relative;
		top: 0;
		margin: auto;
		width: 10px;
		height: 50%;
		min-height: 200px;
	}
	#center5y div {
		height: 200px;
		width: 1px;
	}
	
	/* 
	CSS and divs for centering content both horizontally and vertically. 
	Runs on Gecko, IE5+, and Opera.
	
	By Daniel Holm, aka Surfaren.
	Styletag.com, Nov 2005
	*/
