@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
		
p.footer_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;			
}

p.phlanet_branding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #888989;
}
		
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
	
body.satellite_page {
    background-color: #000000;
	background-image: url(images/city_tavern_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;	
}

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


	div.satellite_page_content {
		width: 800px;
		font-size: 14px;
		font-weight: bold;
		margin-top: 100px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-align: right;		
	}	
	
	div.satellite_page_content h2 {
		font-size: 18px;
	}
	
	div.satellite_page_content a:link { color: #ffffff; text-decoration: none; }
	div.satellite_page_content a:visited { color: #ffffff; text-decoration: none; }
	div.satellite_page_content a:active { color: #ffffff; text-decoration: none; }
	div.satellite_page_content a:hover { color: #dfdfdf; text-decoration: underline; }
	
	div.off_screen {
		position: absolute;
		top: 700px;
		left: 0px;
	}
