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%;
	
}
#alt #txt,#cont #alt #noflash #player  {
	color: #000000;
	width: 300px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin: 180px 0 0 300px;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
	margin: 0 0 5px 0;
}
#alt #txt a,#cont #alt #noflash #player a {
	color: #000000;
	text-decoration: underline;
}

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

}
h2 {
	font-style: italic;
	color: #000000;
	font-size: 1em;
	margin: 5px;
	text-decoration: underline;
}
#cont #alt #txt p {
	margin: 0px;
	padding: 0px;

}
h3 {
	color: #D5B749;
	font-style: italic;
	font-size: 1.2em;
	margin: 0px;
}
#cont #alt #noflash {
	height: 650px;
	width: 980px;
	margin: 0 auto 0 auto;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#cont #alt #noflash #player {
	width: 200px;
	float: left;
	margin: 180px 0 0 0;
	font-style: normal;
	font-weight: normal;
}

