/* parent div below the header of menus */
#parkingspot {
background-color: blue;
margin-left: 35%;
width: 284px;
margin-top:10%; 
float: left;
clear: both;
}

#mybutton {
/*float: left;*/
/*clear: both;*/
}

/* video description box css */
#videodescription {
background-color:  grey;	
width: 100%;
height: 100px;
text-align: center;
font-family: Comic Sans MS;
float: left;
clear: both;

}







