@font-face {
	font-family:'Century Gothic';
	src:url('centurygothic.ttf') format('truetype');
}



body {
	background:#111111 url('bg.jpg');
	text-decoration:red;
	font-family:"Century Gothic";
	font-size:14px;
	color:red;
}


#wrapper {
	width:100%;
	height:100%;
	margin:0 auto;
}



div.main {
	background: url('mainbg.jpg') no-repeat center top;
	margin:0px;
	width:1008px;
	height:1050px;
	font-family:"Century Gothic";
	font-size:14px;
	color:white;
}


div.cars {
	position:absolute;
	background-color:transparent;
	margin-top:219px;
	margin-left:198px;
	height:375px;
	width:790px;
}

div.flyer {
	position:absolute;
	background-color:transparent;
	margin-top:615px;
	margin-left:15px;
	height:370px;
	width:275px;
	padding:5px;
}



div.text {
	position:absolute;
	background-color:transparent;
	margin-top:615px;
	margin-left:315px;
	height:380px;
	width:650px;
	font-family:"Century Gothic";
	font-size:14px;
	color:white;
	text-align:left;
	border-color:#333333;
	border-style:double;
	border-width:0px 0px 0px 5px;
	padding-left:20px;
}




div.gallery {
	position:absolute;
	background-color:transparent;
	margin-top:615px;
	margin-left:315px;
	height:380px;
	width:650px;
	font-family:"Century Gothic";
	font-size:14px;
	color:white;
	text-align:left;
	border-color:#333333;
	border-style:double;
	border-width:1px 1px 1px 5px;
	padding-left:20px;
}


div.bottom {
	background-color:black;
	height:23px;
	text-align:center;
	width:1200px;
}


div.links {
	position:absolute;
	background-color:transparent;
	margin-top:210px;
	margin-left:3px;	
	height:400px;
	width:185px;
}

a:link img, a:visited img, a:hover img {
border:none;
}


a:link, a:visited {
color:white;
text-align:center;
text-decoration:none;
font-family:"Century Gothic";
font-size:14px;
}


a:hover,a:active {
color:#ec0000;
}


ul {
list-style-type:none;
margin:0;
overflow:hidden;
}

li {
float:left;
}


div.button {
  height:auto;
  width:auto;
}	
 

div.button:hover {
  filter:alpha(opacity=75);
  opacity:0.75;
}