body {
	background: #666 url(images/body_bg_purple.gif) 0 61px repeat-x;
	text-align: center;
}
#page {
	display: block;
	text-align: left;
	background: white;
	width: 770px;
	margin: 0 auto;
	border: 1px solid black;
}

#header {
	position: relative;
	background: black url(images/header/EnginePicture.jpg) 0 61px no-repeat;
	width: 770px;
	height: 330px;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	background: white url(images/ReynoldsAutoSalvage_logo.gif) no-repeat;
	width: 770px;
	height: 60px;
	border-bottom: 1px solid black;
}
#header h1 span {
	display: none;
}
#header h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: black url(images/WhyBuyNewWhen.gif) no-repeat;
	width: 770px;
	height: 25px;
	border-bottom: 1px solid black;
}
#header h2 span {
	display: none;
}

#content {
	text-align: justify;
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 10pt;
	color: black;
	padding: 10px;
	padding-top: 20px;
	width: 530px;
	min-height: 450px;
	margin-left: 200px;
}
#content iframe {
	overflow: auto;
	width: 500px;
	height: 435px;
	border: 0;
}

#footer {
	padding: 10px;
	border-top: 1px solid black;
}