@CHARSET "ISO-8859-1";

*{
	margin: 0 auto;
}
html{height: 100%;}
body{
	
	background-image: url("../images/slide2.jpg");
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
}

#img{
	
	height: 650px;

	
	
	
}