body {
background="TLO2.png";
margin: 50% 50%;
background-repeat: no-repeat;
background-size: auto;
background-position:center;
background-color: #f0f4f4;
background-width: 100%;
}

.top {
background: #cccccc;
border: 3px solid #acacac;
border-radius: 10px;
padding: 30px;
margin: 20px 0px;
text-align: center;
}

.menu, .footer {
background: #cccccc;
border: 3px solid #acacac;
padding: 10px;
text-align: center;
}

a {
color: #6b1d1d;
font-size: 18px;
font-weight: bold;
text-align: center bottom;
}