﻿html {
        background: url(../images/background2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
 body
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-family: Arial;
    background-color:#201001;
}
#fullImage
{
    width: 100%; height: 100%;
}
#full-screen-background-image
{
    width:100%;
    height:100%;
    display:none;
}
.mp3
{
	 position:absolute;
	 top:5px;
	 right:50%;
	 margin-right:-350px;
}
div#top
{
    font-family: Arial;
    font-weight: bold;
    font-size: 30pt;
    color: #ffffff;
    text-align: center;
    margin-bottom: 3%;
}

div#middle
{
    text-align: center;
    margin-top: -23px;
}

div#Loader
{
    background:url('../loading.gif') no-repeat center center;
    height:187px;
    position:relative;
    z-index:1000;
}


div#bottom
{
    font-size: 18pt;
    font-weight:bold;
    color: #ffcc45;
    text-align: center;
    margin-top: 3%;
}





#middle img
{
    opacity: 0.85;
    filter: alpha(opacity=60);
}

div#footer
{
    width: 60%;
    min-width: 60%;
    text-align: center;
    
    font-size: 8pt;
    font-family:Arial;
    font-style: italic;
    left: 20%;
    bottom: 65px;
    display: block;
    position: fixed;
}

#container
{
    left: 0;
    margin-bottom: 10%;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -211px;
}



.pictures
{
    height: 183px;
    width: 130px;
}


.logoPicture
{
   position: relative;
    top: 37px;
    width: 178px;
  
}


a
{
    text-decoration:none;
    font-size: 18pt;
    font-weight:bold;
    color: #000000;
    text-align: center;
    margin-top: 3%;
    }



