body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
}
.button{
	border-radius: 5px;
	color: creme;
	font-size: 14px;
	padding: 3px;
	margin: 4px;
}
.buttonWrapper{
	text-align: right;
}
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.footerWrapper{
	position: relative;
}
#home{
	background-image: url(graphics/backgroundCar.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.menu{
	background-color: teal;
	border: 3px solid white;
	border-radius: 25px;
	color: white;
	padding: 20px;
}
.header{
	background-color: #E0E0E0;
	color: black;
	text-shadow: 1px 1px 1px #000;
	font-size: xx-large;
}
.homeMenu{
	font-size: 150%;
	color: black;
}
.homeNav{
	background-color: teal;
	border: 3px solid white;
	border-radius: 25px;
	color: white;
	padding: 20px;
	max-width: 11%;
}
.contact{
	font-size:xx-small;
	color: black;
	text-shadow: 1px 1px 1px #000;
	text-align: right;
}
#container{
	color: white;
    text-shadow: 2px 2px 4px #000000;
}
.content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
#engine {
	max-width: 100%;
}
.orderSum{
	font-size: 100%;
	color: black;
}
.options {
	visibility: hidden;
}

