body {
	font-family:"Arial"; 
	font-size:10;
	margin:0px;
	padding:0px;
	text-align:center;
	min-width:762px;
	background-color: #ffffff;
	color: #000000;
}

p {
	font-family:"Arial"; 
	font-size:10;
}

form {
	margin:0;
	padding:0;
}

#centerwrapper {
	text-align:left;
	width:762px;
	margin-left:auto;
	margin-right:auto;
}

#root {
	position: absolute;
	width: 760px;
	height: 1664px;
}

.content {
    display: flex;
    flex-direction: column;
}

#header {
	left: 1;
	top: 0;
	width: 760px;
	height: 111px;
}

#menu {
	position:absolute;
	left:319;
	top:81;
	width:408;
	height:20;
}

.row-text .title {
	font-size: 30px;
	padding: 5px;
}

.row-text .subtitle {
	font-size: 20px;
	padding: 5px;
}

.row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.center {
	margin: 0 auto;
	text-align: center;
}

#site-title {
	position:absolute;
	left:37;
	top:82;
	width:242;
	height:19;
}

div#site-title td {
    font-weight: bold;
    letter-spacing: 3px;
}

.image-container {
	width: 50%;
}

.image-container img {
	width: 100%;
}

.row {
    padding: 30px 0;
    background-color: #eee;
}

.row:nth-child(even) {
    background-color: #666;
    color: white;
}
.row-text {
    text-align: center;
    font-size: 27px;
    padding: 25px;
}

.footer {
    background: url(clipart/pageHeaders/carMontage_red.gif) 0 0 no-repeat;
    height: 71px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-block {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 21px;
    padding-top: 21px;
    display: flex;
    justify-content: space-around;
}

.footer-block a {
	text-decoration: none;
	color: white;
}

.footer-block a:hover {
	color: #ddd;
}

input[type="submit"],
input[type="reset"] {
	background-color: #666;
    padding: 7px;
    color: #fff;
    width: 95px;
    font-size: 15px;
}

.footer-block div {
	background: linear-gradient(45deg, transparent, #333, transparent);
    line-height: 40px;
}