div#splash{
width: 100%;
margin-top: 1%;
}

div.button{
    width: 25%;
    padding: 2%;
    min-height: 3em;
    -moz-border-radius-bottomleft:5%;
    -moz-border-radius-bottomright:5%;
    -moz-border-radius-topleft:5%;
    -moz-border-radius-topright:5%; 
    border-style: solid;
    border-width: 5px;
    float: left;
}

div.phrase{
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

div#findMeeting{
    margin-left:1%;
    background-color: #EEDDDD;
    border-color: #DDCCCC;
}

div#hostMeeting{
    margin-left: 2.5%;
    background-color: #DDEEDD;
    border-color: #CCDDCC;
}

div#createEvent{
    margin-left: 2.5%;
    background-color: #DDDDEE;
    border-color: #CCCCDD;
}

a.button{
text-decoration: none;
}

div.explanation{
    text-align: justify;
    margin-top: 2%;
    min-height: 5em;
    width: 90%;
    margin-left: 5%;
}