/* CSS Document */




/* ------------  Body  ------------ */


html, body {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #000000;
    }
	
p {
	color: #FFFFFF;
	}
	
	
	
	
	
/* ------------  /Body  ------------ */







/* ------------  Links  ------------ */


a {
	text-decoration: underline;
    }

a:link {
	color: #999999;
	text-decoration:none;
    }

a:visited {
	color: #999999;
    }

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
    }

a:active {
	color: #999999;
    }

a img{
	border: none;
    }





/* ------------  /Links  ------------ */







/* ------------  Flash  ------------ */


#flash_container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	}

#image_container {
	overflow: hidden;
	text-align: center;
	width: 1280px;
    }






/* ------------  /Flash  ------------ */







/* ------------  Float  ------------ */


.float_right {
	float:right;
    }

.float_left {
	float:left;
    }
	
	
	
	
	
	
/* ------------  /Float  ------------ */
