@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #000;
}
body {
	width: 800px;
	font-size: 62.54%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.layout {
	background-image: url(bkg.jpg);
	height: 523px;
	width: 838px;
	position: absolute;
	background-repeat: no-repeat;
	left: 50%;
	margin: 50px 0 0 -419px;
}
div.content img.eric {
	position: absolute;
	top: 285px;
	right: 45px;
}
div.content table h1 {
	font-size: 3em;
	font-weight: normal;
}
div.content h2 {
	margin: 20px 0 0 50px;
	font-size: 3em;
	font-weight: normal;
}
div.content p.contact {
	margin: 0 0 0 52px;
}
div.content p {
	font-size: 1.4em;
}
div.content ul li {
	font-size: 1.4em;
	margin: 0 0 5px 20px;
}
div.content p span {
	font-size: 1.8em;
}
div.content p.quote {
	font-size: 2.3em;
	position: absolute;
	right: 65px;
	top: 40px;
}
div.content p.quote span {
	padding: 0 0 0 20px;
}
div.content p.about {
	font-size: 1.8em;
	position: absolute;
	right: 43px;
	top: 30px;
	width: 260px;
	text-align: justify;
}
div.content p.about a {
	color: #000;
	text-decoration: underline;
}
div.content table {
	position: absolute;
	left: 50px;
	top: 40px;
	width: 400px;
}
div.content table a img {
	border: none;
}
div.content table td a {
	text-decoration: none;
	color: #000;
}
div.content table td {
	vertical-align: top;
}
div.content table.detail {
	position: absolute;
	top: 20px;
}
div.content table.info {
	position: absolute;
	top: 71px;
	width: 500px;
	left: 10px;
	z-index: 10;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	height: 442px;
}
div.content table.info a {
	color: #000;
}
div.content table.info tr {
	height: 20px;
}
div.content table.info th {
	font-size: 1.3em;
	font-weight: bold;
}
div.content table.info td {
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
}
div.content table.contact {
	position: absolute;
	left: 110px;
	width: 250px;
	top: 155px;
}
div.content table.contact input {
	padding: 0;
	margin: 0;
}
div.content table.contact textarea {
	padding: 0;
	margin: 0;
}
div.content p.compare {
	font-size: 1.6em;
	float: left;
	margin: 10px 15px 0 0;
	color: #000;
}
div.content p.compare a {
	text-decoration: underline;
	color: #fff;
}
div.content td form {
	margin: 0 0 0 0;
	float: left;
	clear: right;
}
div.menu {
	position: absolute;
	top: -33px;
	left: 15px;
	font-size: 1.4em;
	color: #fff;
}
div.menu a {
	color: #fff;
	text-decoration: none;
}
div.footer {
	position: absolute;
	top: 543px;
	left: 15px;
	font-size: 1.2em;
	color: #fff;
}
div.footer a {
	color: #fff;
	text-decoration: underline;
}
