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

#fro_mediaPlayer {
	top:0px;
	height:100%;
	width:100%;
	outline:none;
}


#header {
	position:relative;
	height: 60px;
	width:100%;
	/*border:2px solid #F00;*/
	background-image:url(splashBgRepeator.png);
	background-repeat:repeat-x;
}

#logo {
	position:absolute;
	width: 400px;
	height:68px;
	float: left;
	left:10px;
	padding: 10 10 10 0;
	top: -2px;
	/*border: 2px solid #00F;*/
}

#button1 {
	position:absolute;
	width: 100px;
	height: 45px;
	right: 15px;
	top:8px;
	/*border: 2px solid #00F;*/
	bottom:0;
	background-image:url(splashButton.png);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	padding-top:14px;
	padding-left:9px;
}


#footer {
	position:fixed;
	bottom:0;
	right:0;
	width: 100%;
	padding: 11px;
	/*border: 2px solid #F00;*/
	background-image:url(splashBgRepeator.png);
	background-repeat:repeat-x;
}

#footerLinks {
	width:740px;
	height:14px;
	/*float: right;*/
	color:#FFF;
	margin-right:auto;
	margin-left:auto;
}

a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font:Verdana, Geneva, sans-serif;
}
a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font:Verdana, Geneva, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	font:Verdana, Geneva, sans-serif;	
}
a:active {
	text-decoration: none;
	color: #FFF;
	font:Verdana, Geneva, sans-serif;
}