html {

  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p { 	font: 15px/1.5 arial; 
	margin: 0 0 0 0; 
}

#page-wrap { 	position: relative; 
		z-index: 2; 
		width: 1020px; 
		margin: 50px auto; 
		padding: 40px; 
		background: white; 
		-moz-box-shadow: 0 0 20px black; 
		-webkit-box-shadow: 0 0 20px black; 
		box-shadow: 0 0 20px black; 
}

::-webkit-scrollbar {
	display: none;
}

