body {
	font-family: helvetica, sans-serif, Arial, Helmet, Freesans;
	background-image:  url("images/ocean_large.jpeg");
   	background-repeat: repeat;
	background-position: olenter center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	line-height: 170%;
	font-size: 15px;
	height: 100%;
	width: 100%;
	color: #2A2727;
}

.fixed-width {
	width: 100%;
	position: relative;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	height: 100px;
	background: rgba(255, 255, 255, .85);
	font-size: 18px;
	position: relative;
	margin: -10px -10px 0 -10px;
}

.logo img {
	margin:10px 10px 0 10px;
	height: 85px;
	text-align: center;
}


.header-links {
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	padding: 5px; 
	margin: 15px 0 15px 0;
}

.header-links a {
	padding: 0px 5px 0px 5px;
}

a{
	text-decoration: none;
	color: #2A2727;
}

.header-links a:hover {
	border-bottom: 3px solid black;
}

.clear {
	clear: both;
	margin-bottom: 40px;
}

.content {
	margin: 10px 5% 10px 5%;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	padding: 20px;
}

.text {
   	text-align: justify;
}

#call-now {
	padding: 10px;
	font-size: 45px;
	text-decoration: bold;
	font-family: palatino;  
	font-weight: 20px;	
	padding: 0;
	color: #0778be;
	text-align: center;
}

.header3{
	font-size: 25px;
	text-align: center;
	color: #0778be;
	font-family: palatino;
}

.stress {
	font-weight: bold;
	color: #0778be;
}
	
.italics {
	font-style: italic;
	text-align: center;
}


#worksite img {
	width:100%;
	max-width: 415px;
}


#contact-us {
	padding-top: 20px;
	text-align: center;
}

li {	
	margin-left: -25px;
	list-style: none;
}

.single-col {
	margin: 10px 5% 10px 5%;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	padding: 20px;
}

#promotions-content {
	margin: 10px 5% 10px 5%;
	background: rgba(255, 255, 255, .85);
	padding: 20px;
	text-align: center;
}

#rustwork img{
	padding-top: 20px;
	max-width: 100%
}

#insurance img {
	background-color: white;
	max-width: 90%;
	position: center;
}

#airlines img {
	background-color: white;
	max-width: 100%;
}

#map-photo img {
	max-width: 100%;
}

.footer p {
	padding: 0;
	margin: 0;
}

.contact-footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px; 
	column-gap: 0px;
	text-align: center;
	padding: none;
	padding-top: 10px;
}

.copyright p {
	padding-top: 30px;
}

.footer, #single-line-footer {
	text-align: center;
	background-color: white;
	background: rgba(255, 255, 255, .85);
	font-size: 12px;
	margin: 40px -10px -20px -10px;

}

<