body {background-color: #222222;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	min-width: 800px;
	max-width: 1500;
}

header {
	background-color: #21409A;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	height: 65px;
}

main {
	padding-top: 25px}
	
.calculator {
	background-color: #ADD8E6;
	float: left;
	height: 800px;
	width: 45%;
}

.desc {
	background-color: #ADD8E6;
	height: 100px;
	padding-top: 5px;
	padding-bottom: 15px;
}


#calc {
	margin: auto;
	display: block;
	background-position: center top;
 	background-image: url(calc1.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    width: 300px
}

.truck {
	background-color: #ADD8E6;
	float: right;
	height: 800px;
	width: 45%;
}

#dash {
	margin: auto;
	display: block;
	background-position: center top;
 	background-image: url(truck.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    width: 300px
}



h2 {
	color: #1D2B5A;
	text-align: center;
}

h3 {
	color: #1D2B5A;
	text-align: center;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

p {
	color: #1D2B5A;
	text-align: center;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

footer {
	color: #FFFFFF;
    text-align: center;
    font-style: italic;
    padding: 10px;
    clear: both;
    margin-top: 20px;
}