html { 
	  background: url(max-media-office.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}


body {
	font: Verdana, Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #eee;
	}

.container {
	width: 1200px;
	margin: auto;
	}