/*
Popout Styles
*/

body {
	background-color: #000;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px; 
	margin: 0px;
	color: #9A9695;
}

a {color: #9A9695; text-decoration: none;}
a:link {color: #9A9695; text-decoration: none;}
a:active {color: #9A9695; text-decoration: none;}
a:visited {color: #9A9695; text-decoration: none;}
a:hover {color: #80FF00; text-decoration: underline;} 

#wrapper { margin-top: 40px; }

#swf_parent { width: 450px; height: 495px; position: relative; }

#swf { width: 450px; height: 450px; top: 0px; position: absolute; } 

#footer { 
	/*position: absolute;*/
	/*bottom: 1px;*/
	width: 448px; 
	height: 45px; 
	border-bottom: 1px solid #333; 
	border-left: 1px solid #333; 
	border-right: 1px solid #333; 
	text-align: center;
}
#footer p{ margin: 6px 0px 0px 0px; }

