html { 
	margin: 0 auto;
	padding: 0 
	}
	img { 
	border: 0px; 
`	} 
	a {
	outline: 0;
	color: 89738a;
	text-decoration: underline;
	}
	a:hover {
	color: white;
	text-decoration: none;
	}
	body { 
	background-color: black; 
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: 89738a;
	font-size: 10px;
	overflow: auto;
	}
	input, textarea {
	border: 1px solid black;
	}
	#container {
	width: 800px;
	height: 880px;
	border: 0px;
	margin: 0;
	overflow: hidden;
	float: none;
	padding: 0;
	vertical-align: top;
	margin-top: 0px;
	}
	#top 
	{
	background-image: url(../images/top.jpg);
	width: 800px;
	height: 155px;
	float: none;
	}
	#menu_spacer {
	width: 316px;
	height: 41px;
	background-image: url(../images/menu_spacer.jpg);
	float: left;	
	}
	#menu {
	width: 484px;
	height: 41px; 
	float: left;
	}
	#top_spacer {
	width: 800px;
	height: 53px;
	float: none;	
	margin-bottom: 29px;

	}
	#left_content_spacer {
	width: 43px;
	height: 408px;
	float: left;
	}
	#content {
	width: 714px;
	height: 408px;
	float: left;
	background-image: url(../images/content.jpg);
	font-size: 11px;
	text-align: left;
	overflow: auto;
	}
	#content a {
	color: #190000;
	text-decoration: none;	
	font-weight: bold;
	font-style: italic;
	}
	#content a:hover {
	color: #333333;
	text-decoration: underline;
	}
	#right_content_spacer {
	width: 43px;
	height: 408px;
	float: left;
	}
	#text_bottom_spacer {
	width: 800px;
	height: 77px;
	float: none;	
	}
	#foot {
	width: 472px;
	height: 34px;
	float: left;
	color: white;
	}
	#foot_spacer {
	width: 328px;
	height: 34px;
	background-image: url(../images/stopka_spacer.jpg);
	float: right;
	}
	#bottom {
	width: 800px;
	height:	112px;
	background-image: url(../images/down.jpg);
	position: relative; top: 35px;
	float: none;
	}
	#foot a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	}
	#foot a:hover {
	color: #c4c4c4;
	text-decoration: none;
	}
	#address {
	width: 100%;
	height: 170px;
	}
	.transparent {
   filter:alpha(opacity=100); 
   -moz-opacity: 1.0; 
   opacity: 1.0; }
   #map {
   width: 690px;
   height: 390px;
   border: 1px solid #733870;
   background-color: white;
   }
   #forsale {
   max-width: 690px;
   height: 390px;
   overflow: auto;
   }
   #car {
   width: 670px;
   text-align: left;
   background-color: #e1babf;
   border: 1px solid black;
	}
	#car_inside {
    width: 650px;
    margin-left: 10px;
	}