
body {
    background: #b932fc; /* Old browsers */
    background: -moz-linear-gradient(top, #b932fc 0%, #541df7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b932fc 0%,#541df7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b932fc 0%,#541df7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b932fc', endColorstr='#541df7',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    margin-top: 80px;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #ffffff;
}

#mainbody {
    display: block;
    width: 100%;
    height: 80%;
}

#logo {
    display: block;
    text-align: center;    
}

#logo img {
    width: 493px;
    height: 446px;    
}

#logo img:hover {
   -webkit-filter: invert(1);
   filter: invert(1);
}

#content {
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 40px;
}

.contact {
    font-family: Arial, sans-serif;
}

