body{
    background-color:#444;
    text-align: center;
}
ul {
margin: 0 0 0 1em;
padding: 0;
}
li{
    margin-left:0;
    list-style-type: none;
    text-align: center;
}
#title{
    display: inline;
    font-size: 50px;
}
#allArea {
    box-shadow: 1px 1px 5px #111;
    margin:50px 10px;
    padding:50px 0px;
    background: radial-gradient(ellipse at center center , #FCFFF4 0%, #E9E9CE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
