@charset "UTF-8";
html, body {
	background-color: #FFFF00;
	text-align: center;
	height: 100%;
}
.container {
	width: 1000px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	height: 750px;
	position: absolute;
	top: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	background-position: center center;
	right: auto;
	bottom: auto;
	font-size: 36px;
	font-style: normal;
	line-height: 15px;
	background-image: url(../images/about.png);
	left: 15em;
}
.home {
	background-image: url(../images/homebtn.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 55px;
	top: 6.42em;
	position: absolute;
	left: 0.36em;
	text-align: center;
}
.hiw {
	background-image: url(../images/hiwbtn.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 117px;
	position: absolute;
	top: 4.62em;
	left: 2.2em;
	text-align: center;
}
.cars {
	background-image: url(../images/cvbtn.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 92px;
	position: absolute;
	top: 3.2em;
	left: 5.58em;
	text-align: center;
}
.contact {
	background-image: url(../images/contbtn.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 78px;
	position: absolute;
	top: 1.99em;
	left: 8.35em;
	text-align: center;
}
.about {
	background-image: url(../images/aboutbtn.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0.49em;
	height: 58px;
	width: 92px;
	left: 10.85em;
	text-align: center;
}
.box2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	height: 650px;
	width: 440px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	text-align: left;
	top: 1em;
	right: 1.6em;
	line-height: normal;
}
p2 {
	color: #999;
	text-align: right;
	z-index: auto;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	font-variant: normal;
	color: #000;
}
a:hover {
	font-weight: bold;
	color: #000;
}
.black {
	color: black!important;	
}
.black:visited {
	color: black!important;	
}

.black:hover {
	color: black!important;
	text-transform: lowercase;
}
.gray {
	color: #666;
}
.gray:visited {
	color: #999;
}

.gray:hover {
	color: #666;
	text-transform: lowercase;
	font-weight: bold
}
.credit {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	float: left;
	height: 15px;
	width: 1000px;
	bottom: -2em;
	position: absolute;
}
