html, body 
{
	height: 100%;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-image:url(../images/madeira.jpg);
  background-repeat:repeat;
	

}
a{
outline: none;
text-decoration: none;
}
input, textarea{
outline: none;
}
img{
border: none;
}



#fullscreendemo 
{
	width: 965px;
	height: 603px;
	text-align: center;
	
	
}