body {
  	padding-top: 50px;
}

.top-row{
	margin-top: 50px;	
}

.top-writing{	
	line-height: 230%;		
}

.image-button a{
	display:block;
	width:200px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}
.imgStyle{    /* each small car */
	height:100px;
	width: 150px;
	margin: 2px;
	border:2px solid grey;
}

#imageBox {
    width:90%; /* small cars container*/
    margin-top: 10px;	
    margin-bottom:2px;
    white-space:nowrap;
    overflow-x:auto;    
    overflow-y:hidden;    
	
}



.footering {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;    
}

#flip {
    padding: 2px;
    width:20px;
    cursor: pointer;
    background-color: #fff;    
}

/* footer Section */
footer{
	margin-top:10px;
	padding-top:20px;
	height:70px;
	text-align:center;
        color: brown;
        background-color: #EDEDED;
        border-top: solid 1px #BABABA;
}

footer span{
       float: right;
       color: white;      
}