/* CSS Document */

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		color:white;
		margin:auto;
	}
	#fullscreenflashcontent {
		height: 100%;
		color:white;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #6C0202;
		font:12px Verdana;
		color:white;
	}
	
	#media {
		position: absolute;
		left: 0%;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		/*background-color: #FEF;*/
	}
	
	.media_table {
		height: 100%;
		width: 100%;
	}
	
	.media_td {
		height: 100%; 
		width:  100%;
		text-align: center;
		vertical-align: middle;
	}
	
	#noflash {
		width:440px;
		height:600px;
		background:url(assets/noflash.jpg) no-repeat;
		padding-left:324px;
		color:#ffffff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	a{
		color:white;
		font-size:12px;
		font-weight:bold;
	}
	
	.pluginlink{
		color:white;
		font-size:12px;
		font-weight:bold;
	}
	
	.pluginlink:hover{
		text-decoration:none;
		color:#FF3300;
		font-size:11px;
	}