@CHARSET "UTF-8";

body { 
	background-image: url(/images/px_bkg.jpg); 
	margin: 0px;
	}

#flash {
	background-image: url(/images/bghtml.jpg);
	background-repeat: no-repeat;
	}

#uups {
	padding:150px 213px 255px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	}
	
#uups p {
	width: 235px;
	height: 120px;
	display: block;
	}
	
#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 760px;
	}
	
#footer ul li {
	display: inline;
}

a:link    { color: #000000; }
a:visited { color: #000000; }
a:hover   { color: #000000; text-decoration: none; }
a:active  { color: #000000; }
