

.container {
    position: absolute; 
    top: 0px; 
    left: 1px;
    margin: 0px 0 0 0px; }
    
.content { background: url(dummy-images/1.jpg); }
.content h1 {
	font-size: 40px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 180px;
	color: #222;
	line-height: 50px;  }
.content h3 {
	text-align: center; 
	font-size: 22px; 
	color: #222; }
    
