@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center
}

#content {
	width: 900px;
	height: 530px;
	margin: 0px auto;
	background: url(../images/video_splashpage/wfg-bg.jpg)  top center no-repeat;
	padding-top: 110px;
}
	
	
#flashcontent {
	width: 513px;
	height: 325px;
	margin: 0px auto 0 -70px;
	border: solid 1px #fff;
	padding:0px;
}

#HomeFlashVideoPlayer{
	width: 415px;
	height: 275px;
	margin: 0 auto;
	border: solid 1px #ffffff;
	padding:0px;
	background:url(../images/video_splashpage/comedy_tragedy-bg.jpg) no-repeat;
}

#flashcomedy {
	width: 415px;
	height: 275px;
	margin: 0 0 0 20px;
	border: solid 1px #fff;
	padding:0px;
	float:left;
	background:url(../images/video_splashpage/comedy-bg.jpg) no-repeat;
}

#flashtragedy {
	width: 415px;
	height: 275px;
	margin: 0 20px 0 0;
	border: solid 1px #fff;
	padding:0px;
	float:right;
	background:url(../images/video_splashpage/tragedy-bg.jpg) no-repeat;
}

#flashcomedyTitle {
	width: 147px;
	height: 24px;
	margin: 10px 0 0 240px;
	padding:0px;
	float:left;
	text-align:left;
	border:none;
	outline:none;
}

#flashtragedyTitle {
	width: 157px;
	height: 24px;
	margin: 10px 243px 0 0;
	padding:0px;
	float:right;
	text-align:right;
	border:none;
	outline:none;
}

#facebook_youtube {
	width: 160px;
	height:35px;
	margin:140px 0 0 20px ;
	float:left;
}
#enterSite {
	width: 100px;
	height:35px;
	margin:140px 10px 0 0 ;
	float:right;
}

#clearingDiv {
	clear:both;
	margin:0;
}

/*/////////////////////////////////// BUTTON NAVIGATION ///////////////////////////////////*/

ul {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
li {
	float:left;
	margin: 0;
	padding:0;
	list-style-type:none; 

}
li a {
	display:block;
	margin:0;
	padding:0;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	font-size:.1em;
	height:35px;
}

li a:hover {
	background-position:bottom left;
}



/* roll-over */
li.item00 a {
	background-image:url(../images/video_splashpage/btn_facebook.gif);
	width:86px;
}
li.item01 a {
	background-image:url(../images/video_splashpage/btn_youtube.gif);
	width:69px;
}
li.item02 a {
	background-image:url(../images/video_splashpage/btn_entersite.gif);
	width:86px;
}
li.item03 a {
	background-image:url(../images/video_splashpage/comedy.gif);
	width:82px;
}
li.item04 a {
	background-image:url(../images/video_splashpage/tragedy_btn.gif);
	width:83px;
}




/* selected */
li.item00 a, li.item01 a, li.item02 a,
 {
	background-position: 0 -35px;
	cursor:default;
}
