body {
font-family: 'Open Sans', sans-serif;
font-size: 10px;
margin: 0px;
padding: 0px;
overflow: hidden;
background-color: black;
}

h1 {
font-size: 130%;
}

.cover0, .cover1, .cover2, .cover3, .cover4, .cover5, .cover6  {
/*height: 100%;*/
width: 100%;
}

#cover0, #cover1, #cover2, #cover3, #cover4, #cover5, #cover6 {
position: fixed;
/*height: 100%;*/
width: 100%;
top: 0%;
left: -100%;
}


#contentarea {
width: 50%;
padding-bottom: 3%;
position: fixed;
top: 25%;
left: -100%;
background-image: url('../images/75black.png');
background-repeat: repeat;
}

#logoarea {
width: 30%;
height: 30%;
position: fixed;
top: 2%;
left: 0%;
}

#menuarea {
float: right;
position: fixed;
top: 5%;
right: -100%;
color: white;
background-image: url('../images/75black.png');
background-repeat: repeat;
font-size: 350%;
padding-left: 2%;
padding-right: 3%;
padding-top: 1%;
padding-bottom: 1%;

font-weight: bold;
text-align: right;
/*text-shadow: 1px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135; 
*/
}

#menuarea a:link {color: white !important; text-decoration: none;}
#menuarea a:visited {color: white !important; text-decoration: none;}
#menuarea a:active {color: white !important; text-decoration: none;}
#menuarea a:hover {color: #ffb13b !important; text-decoration: none;}

.bignumbers{
color: #ffb13b !important;
font-size: 90px;
}

.home_content {
font-size: 200%;
font-weight: bold;
color: white;
padding-left: 10%;
padding-right: 10%;
padding-top: 5%;
}

.orange {
color: #ffb13b !important;
}

.servicebox {
border-left: 3px solid white; 
width: 22%; 
float:left; 
padding: 1%;
margin-top: -2%;
}

.servicebox4{
border-left: 3px solid white; 
width: 22%; 
float:left; 
padding: 1%;
border-right: 3px solid white;
margin-top: -2%;
}

.serviceboxcontent {
clear: both; 
color: white; 
font-size: 11px; 
width: 100%;
}

.iconarea {
width: 20%;
height: 6%;
position: fixed;
right: 0px;
bottom: 2%;
border: 0px;
text-align: right;
padding-right: 2%;
}

#copyrightarea
{
width: 40%;
height: 6%;
position: fixed;
left: 2%;
bottom: 2%;
border: 0px;
color: white;
font-size: 15px;
}