html, body{
height:100%;
background-color:#000000;	
margin:0;
		padding:0;
		overflow:hidden;

}

#cont {
	width: 100%;
	margin: 0 auto 0 auto;
	height: 100%;
	background-repeat: no-repeat;
	text-align: center;
}

#alt {
	width: 100%;
	margin: 0 auto 0 auto;
	height: 100%;
	background-repeat: repeat-x;
	background-position: center;
	
	background-image: url(../img/bg_gral.jpg);
	
}
#alt .txt,#cont #alt #noflash #player  {
	color: #FFFFFF;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin: 50px auto 0px auto;
	font-weight: bold;
	width: 400px;
}
h1 {
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
	margin: 0 0 5px 0;
}
#alt .txt a,#cont #alt #noflash #player a {
	color: #CCCCCC;
	text-decoration: underline;
}

#alt .txt a:hover, #cont #alt #noflash #player a:hover {
	color: #FFFFFF;

}
h2 {
	color: #666666;
	font-size: 1.2em;
	margin: 0px 0px 5px 0;
}
#cont #alt .txt p {
	margin: 0px;
	padding: 0px;

}
h3 {
	color: #BDF22B;
	font-size: 1.5em;
	margin: 0px;
}
h1{
	color: #BDF22B;
	font-size: 1.1em;
	margin: 0px;
}
#cont #alt #noflash {
	height: 650px;
	width: 980px;
	margin: 0 auto 0 auto;
	
	background-position: center;
	color: #FFFFFF;
	
}
#cont #alt #noflash #player {
	width: 100px;
	float: left;
	margin: 50px 0 0 30px;
	font-style: normal;
	font-weight: normal;
}
