* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y:auto; /*keep scrollbar position present in FF at all times*/
	    height:100%;/*reference for #wrapper min-height:100%*/
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	background-image: url(kachel.jpg);
	background-repeat: repeat-x;
}

#car {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(car.jpg);
	background-repeat: no-repeat;
	width: 345px;
	height: 547px;
	float: left;
}

#content {
	float: left;
	margin-left: 410px;
	margin-top: 130px;
	background: #FFF;
	width: 500px;
	height: 510px;
}

.inner {
	padding-top: 30px;
	padding-left: 30px;
}

img {
	border: 0;
	margin-bottom: 30px;
}

a, a:visited {
	color: #333;
	text-decoration: none;
}

a:active, a:hover, a:focus {
	text-decoration: underline;
}

