/* Start of CMSMS style sheet 'welcome-page' */
/* CSS Document */



html, body {
	height: 100%;
	background-color: #000000;
	margin: 0px;
}


.welcome {
	z-index: 4;
	text-align: left;
	float: left;
	position: absolute;
	height: 100px;
	width: 270px;
	bottom: 150px;
	padding-right: 10px;
	padding-left: 10px;
}

.welcome   h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
.welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFFFFF;
}
.welcome a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.welcome a:hover {
	color: #990000;
	text-decoration: underline;
}

#flashcontent {
    background-color: #000000;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	/* for IE */
    filter:alpha(opacity=40);
	/* CSS3 standard */
    opacity:0.4;
}


.flashdetect {
	height: 70px;
	width: 280px;
	z-index: 1;
	position: absolute;
	left: 0px;
	float: left;
	bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.flashdetect p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	line-height: 1.3em;
}

.flashdetect a {
	color: #CC0000;
	text-decoration: none;
}

.flashdetect a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.fbtvlogo {
	position: absolute;
	float: left;
	bottom: 240px;
	z-index: 5;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	left: 0px;
}

.enterbutton {
	float: left;
	position: absolute;
	bottom: 100px;
	z-index: 6;
}
   

/* End of 'welcome-page' */

