html {
  width: 100%;
  height: 100%; 
}

body {
	background-color: #FFFFFF;
	background-image: url('./../images/gradient.png');
	background-repeat: repeat-x;	
	
	width: 100%; 
	height: 100%; 
	
	text-align: center;
}

.main {
  border-left: 1px solid #95a8b3; 
  border-right: 1px solid #95a8b3; 
  
  text-align: left; 
  
  margin-left: auto; 
  margin-right: auto; 
  
  width: 818px; 
  height: 100%;
}