﻿

body 
{
    text-align: center; 
    margin: 0 0 100px;
    height:100%;
}

#container 
{
    width: 960px; 
    margin: 0 auto; 
    text-align: left; 
    height:720px;    
}
 
.header
{
    text-align:center;
    margin-top: 30px;
    margin-bottom:30px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
    font-weight:bold;
}

.footer {
    position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	clear:both;
    color: Black;
    opacity:0.6;
    filter: alpha(opacity=60);
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, sans-serif;
}

.main
{
    float:right !important;
    text-align:center;
    width:960px;
    margin-bottom:50px;
    min-height: 100%;
}
   
.buttons
{   display:inline-block;
    text-align:left !important;
    vertical-align :top;
    width:70px;
    height:30px;
    border:0;
    margin-left:80px;
    margin-top:12px;
}
    
.buttons:hover {color:Gray}   /* mouse over link */
.buttons:active {color: Gray}   /* selected link */
    
#cars
{
  text-align:center;
  float:none;
   
}

.video
{
    text-align:center;
    margin-top:30px;
}

#bio
{   position:static;
    float:left !important;
    margin-top:50px;
}

#contact
{
    text-align:center;
    margin-top:100px;
}