html { 
padding: 0px;
margin: 0px;
	}   
body {
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	display: block;
	clear: both;
	background-color: transparent;
}
#container {
	width: 950px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	display: block;
	clear: both;
}
#copyright {
	width: 920px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px;
	display: block;
	text-align: center;
}
#full-screen-background-image { 
	z-index: -999; 	
	min-height: 100%;  
	min-width: 1024px;  
	width: 100%;  
	height: auto;  
	position: fixed;  
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/fullscreen.jpg);
	-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	}
	#full-screen-background-pattern { 
	z-index: -998; 	
	min-height: 100%;  
	min-width: 1024px;  
	width: 100%;  
	height: auto;  
	position: fixed;  
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/fullscreen-pattern.png);
	background-repeat: repeat;
	background-position: center top;
	}