.automobile{
	width:518px;
	height:488px; 
	position:fixed;
	top:50%; 
	left:50%; 
	margin-top:-244px; 
	margin-left:-259px;
	z-index:10;
	}
.automobileClose{
	width:35px; 
	height:35px; 
	position:absolute; 
	right:60px; 
	top:0; 
	cursor:pointer; 
	z-index:12; 
	}
