body {
    background-color: grey;
}
div.bg {
    margin: 0 auto;
    width: 50%;
}
img {
    width: 100%;
    height: 250px;
}
div.meau {
    background-color: rgb(241, 196, 98);
    height: 50px;
}
ul {
    margin: -5px;
    text-align: center;
}
li {
    display: inline-block;
    padding: 25px 20px;
    list-style: none;
}
a {text-decoration:none;}
a:link {color: #000000}
a:visited {color: #8C0044}    
a:hover {text-decoration:underline;}    
a:active {color: #0000FF}
div.main {
    background-color: #FFFFFF;
    height:100%;
    text-align: center
}
h1 {
    margin: -5px 0px;
    padding: 15px 0px 10px 0px;
}
input[type="button"] {
    background-color: grey;
    color:white;
    padding: 12px 20px;
    margin: 0px 0px 10px 0px;
}
footer {
    background-color: #666666;
    text-align: center;
    font-size: 10px
}