/***************************** general *****************************/
body {
	background: #000;
	/*background: #000 url("images/bg-cloud.jpg") top center no-repeat;*/
	color: #ccc; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	text-align: justify;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold; 
}
img { border: 0; }


/***************************** link *****************************/
a:link, a:active { color: #ccc; text-decoration: underline; }
a:visited {	color: #ccc; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }


/**************************** page ****************************/
#flashcontent {
	background: transparent; 
	color: #ccc; 
	width: 100%; 
	height: 800px;
}
#flashcontent p{
	text-align: center; 
	font-weight: bold; 
	padding-top: 15%;  
}


/***************************** trailer popup *****************************/
#trailerPage {
	padding-top: 30px;
}
#trailerHolder {
	text-align: center;
}
#instruction {
	color: #ccc;
	text-align: center; 
	font-weight: bold; 
	width: 100%;
	margin: 0 auto;  
	position: absolute; 
	bottom: 10px; 
}
#instruction a:link, #instruction a:active {
	color: #ccc; 
	text-decoration: underline; 
}
#instruction a:visited {
	color: #ccc; 
	text-decoration: underline; 
}
#instruction a:hover {
	color: #fff; 
	text-decoration: underline; 
}
#instruction p {
	margin: 0 30px; 
	padding: 0; 
}
