a:link {color:#0C0; text-decoration:none;}
a:visited {color:#060; text-decoration:none;}
a:hover {color:#F0F;}
a:active {color:#0C0; text-decoration:none;} 

html,body {
	margin:0;
	padding:0;
	height:100%;
	background:gray;
	background-image: url(prmc_bg.jpg);
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font-family: 'Ultra', serif;
	font-size: 50px;
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
	color: #FFF;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:624px;
	background:#000;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height: 100%;

}

div#header {
	padding:1em;
	background:#000 url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom:0px double gray;
}
	div#header p {
	font-style:normal;
	font-size: 12px;
	margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:1px;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:0px double gray;
}
	div#footer p {
	padding:1em;
	margin:0;
	text-align: center;
	font-size:10px;
	}