body {
background-color:lightgrey;
text-align:center;
font-family: Arial;
}

#website {
width:700px;
margin:0 auto;
}

#VAB {
width:250px;
height: 150px;
margin-top: 150px;
background: green;
float: left;

}

#VAB h1, a {
padding-top: 0px;
padding-bottom: 0px;
font-size: 60px;
font-weight: bold;
color: white;
font-family: Arial;
}

#ADMIN {
width: 250px;
height: 150px;
margin-top: 150px;
background: green;
float: right;
}




#ADMIN h1, a {
padding-top: 0px;
padding-bottom: 0px;
font-size: 60px;
font-weight: bold;
color: white;
font-family: Arial;

}

