/* CSS Document */

/*************
 ************* RESET
 *************/
* {
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	text-decoration: none;
	border: 0px none; list-style: none;
}     
/*************
 ************* GLOBALS
 *************/
html {
	width: 100%; height: 100%;
}
body {
	background: #e9eaea url(../img/bg/background.jpg) no-repeat center center;
	font-size: 10px; color: #000;
}
body.flash {
	overflow:hidden;  
	width:100%; height: 100%;
}
a {
	color: #000;
}
strong {
	font-weight: bold;
}
/*************
 ************* WRAPPER
 *************/ 
#container, #pqp {
	width: 100%; height: 100%;
	position: relative;
	overflow: hidden;
}    
#container img {
	position: absolute; top: 50%; left: 50%;
	margin: -600px 0 0 -960px;
	display: block;
}        
#flashContent {
	font-family: Arial, "sans-serif";
	font-size: 30px;
	line-height: 1.5em;
}  
#flashContent p {
	padding: 10px 50px;
}  