body{
    margin:0px;
}

.bg{
    background-color:#eee;
    width:100%;
    height:100%;
}

.content {
    width: 672px;
    height: 395px;
    margin: auto;
    font-family: 'Lato';
    color: #6c6c6c;
    background-color: white;
    -moz-box-shadow: 2px 2px 4px #888888;
    -webkit-box-shadow: 2px 2px 4px #888888;
    box-shadow: 2px 2px 4px #888888;
    text-align:center;
    padding-top: 60px;
}

.content h4{
    font-size:20px;
}

.content div a{
    padding: 15px 20px;
    border:1px solid #979797;
    text-decoration:none;
    color:#6c6c6c;
}