/*S T R U C T U R E*/


@font-face {
font-family: Burtons Nightmare;
src: url(/Fonts/NITEMARE.TTF);
[if IE]src: url(Fonts/NITEMARE.TTF.eot);
}

body, html {
background-color:#fbfee3;
margin: 0px;
padding: 0px;
color:#9C9C9C;
height:100%;
}

#wrapper{
width:1200px;
height:auto;
margin: 0 auto;
overflow:hidden;
}

#header {
position:relative;
width: 1000;
height:500;
background-repeat:no-repeat;
background-image: url('images/maintenance.jpg');}

#text {
position:absolute;
top:350px;
left:530px;
color:#7a97a5;
text-align: center;
font-family: Arial;
text-shadow: 1px 1px 0px #000;
}

#visitors {
position:absolute;
top:350px;
left:70px;
}


a:link, a:visited,a:active,a:focus {
font-size:12pt;
color:#1373a2;
font-family: Arial;
text-transform:none;
text-shadow: 1px 1px 0px #000;
text-decoration:none;}


a:hover {
text-shadow: 1px 1px 0px #000;
text-decoration:underline;
color:#5397b9;}

.big {
font-size:30pt !important;
}