* {
    padding: 0;
    margin: 0;
    border: 0;
}

body, html {
    background: #444;
    font-family: sans-serif;
    height: 100%;
    cursor: default;
}

body {
    font-size: 70%;
}

ul {
    background: #111;
    width: 100%;
    padding: 50px 0;
    list-style-type: none;
}

li.button {
    width: 150px;
    height: 30px;
    margin: 20px auto;
    border: 1px solid #333;
    background: #fff url(../img/button_bg_2.jpg) no-repeat 0 0;
}

li.button p {
    font-weight: bold;
    text-align: center;
    color: #eee;
    padding: 7px;
    font-size: 150%;
    text-shadow: 1px 1px 0 #222;
}

