html,
body{
    margin: 0;
    background-color: #000000;
}

body{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Arial, serif;
    font-size: 10pt;
}

#fullWidth{
    display: block;
    height: 100%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header{
    background-image: url("../../img/intro/2014/header.png");
    width: 1000px;
    height: 499px;
    text-align: center;
}

#title{
    font-size: 40pt;
    font-weight: bold;
    color: #ffffff;
    padding-top: 238px;
}

#main{
    background: url("../../img/intro/2014/backgroundFill.png") repeat-y;
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    float: left;
}

#mainContent{
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#mainContent h1{
    color: #e47e18;
    margin-top: 0;
    padding-top: 10px;
}

#center{
    width: 600px;
    float: left;
}

#right{
    width: 200px;
    float: left;
}

.menu{
    color: #ffffff;
    font-size: 15pt;
    font-weight: bold;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer{
    background: #000000 url("../../img/intro/2014/footer.png") no-repeat;
    width: 1000px;
    height: 100px;
    margin-top: -1px;
    text-align: center;
    padding-top: 400px;
    float: left;
}

#sponsors{
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    height: 100px;
    width: 100%;
    float: left;
}

#left {
    float: left;
    width: 200px;
}
#leftmenu {
    list-style-type: none;
}
li {
    background-image: url('../../img/intro/2014/menu-button.jpg');
    border: solid 2px #777;
    border-radius: 21px;
    box-shadow: 0 0 10px #444;
    display: inline-block;
    height: 65px;
    margin-bottom: 25px;
    -moz-transition: 0.20s;
    transition: 0.20s;
    vertical-align: middle;
    -webkit-transition: 0.20s;
    width: 165px;
}
li:hover {
    border: solid 2px #D1A700;
    box-shadow: 0 0 10px #E3B709;
}
li:active {
    border: solid 2px #F2C100;
    box-shadow: 0 0 10px #F5D34E;
}
.menubutton {
    color: #FFF;
    display: inline-block;
    font-family: Arial, serif;
    font-size: 17px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 8px 8px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000;
    vertical-align: middle;
    width: 90%;
}