body{
    width: 100%;
}
h1 {
    left: 350px;
    text-align: center;
}

#wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    left: auto;
    font-family: 'Titillium Web',sans-serif;
}
#wrapper #header {
    width: 100%;
    height: 60px;
    text-align: center;
}
#wrapper #main {
    width: 100%;
    text-align: center;
    top: 42px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
#wrapper #footer {
    width: 100%;
    height: 60px;
    text-align: center;
    border-top: solid 1px #999999;
}

.main_button {
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-size: 25px;
    border: thin solid #000000;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.main_button_t {
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #4099FF;
    font-size: 25px;
    border: thin solid #4099FF;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.m_b_title {
    line-height: 50px;
}

.main_button :hover {
    color: #FFFFFF;
    background-color: #000000;
}

.main_button_t :hover {
    color: #FFFFFF;
    background-color: #4099FF;
}
ul li {
 list-style-type: none;
}

a {
 font-family: 'Poiret One', cursive;
}