a { padding-left:5px;}
a:link, a:visited, a:active { text-decoration: underline; color: #ffffff }
a:hover { color: #999999; text-decoration:underline }

img {padding:15px;}


.opaque{ background-color:#000000;
color:#504B47;
opacity:.40;filter: alpha(opacity=40); -moz-opacity: 0.4;
}

p{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px}
	
body {background-color:#000000;
font-size:11px;}

div#frame {

position: relative;

margin-left: auto;

margin-right: auto;

width: 740px; 
}	

div#global { 
position:absolute;
left: 50%;
top: 50%;
width: 740px;
height: 480px;
margin-top: -240px; /* half of the height */
margin-left: -370px; /* half of the width */
} 