
body {
    font-family: arial;
}
#menu a {
    display:inline-block;
    height:60px;
    width:200px;
    color:deeppink;
    font-weight:bold;
    text-decoration: none;
    text-align:center;
    line-height:60px;
    background:#FFF;
}

#menu {
    text-align: center;
    margin-top:20px;
    background: deeppink;
    padding: 20px 0;
}

h1 {
    color:deeppink;
}

h2 {
    color:deeppink;
}

#content {
    margin: 0 auto;
    width:960px;
    height:auto;
    padding:20px 0 40px;
    color:#888;
}
#content img{
    width:960px;
}