* {
	margin: 0 auto;
}

a {
	color: #fff;
	outline: none;
	text-decoration: underline;
}


@-webkit-keyframes pulse {
0% {
   opacity: 1.0;
   -webkit-transform: scale(0.1) rotate(0deg);

}
33% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);

 }
67% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
}
 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);

 }
}



body {
	background: #b8202e;
	color: #000;
	font-family: Arial;
	font-size: 11pt;
}

#container {
	background: transparent;
	width: 800px;
	margin: 0 auto;
	
	

}

#fotoframe {
	width: 800px;
	height: 600px;
}

#autotrader {
	width: 780px;
	height: 579px;
	padding:10px 5px 10px 5px;
	border: 1px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px #000;
	-moz-box-shadow: 0px 1px 5px #000;
	
	
	
	-webkit-border-top-left-radius: 0px;
	
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#close {
	margin-left: -25px;
	margin-top:-25px;
	display:none;
	position: absolute;
}

#banner {
	background: #ffff13;
	padding:10px;
	font-size:9pt;
	border: 1px solid #fff;
	cursor:pointer;
	width:780px;
}

#bannerwhitespace {
	width:780px;
	padding:10px;
}


