@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {

	
	max-height:800px;
	height: 87%;
	margin: 0 auto -180px; 
}


#page
{
  margin: 0 auto;
  padding: 0;
  width: 955px;
  height: 100%;
  
  
   background-image:url(../img/bluemachine2.jpg);
   
   background-repeat: no-repeat;
   background-position:center top;
}

#page2
{margin:0 auto auto;
	
	overflow: hidden;
	background-image:url(../img/bgblk.png);
	background-repeat: no-repeat;
	background-position:center top;
	
}
#page3
{ margin:0 auto;
height: 100px;
width:955px;
background-color:#000000;
}
