* {
margin: 0;
padding: 0;
}
html { 
overflow-y: scroll;
overflow: -moz-scrollbars-vertical; 
overflow-x: auto; 
}
body {
background-color: #858585;
background-image:url('../images/background2.JPG');
padding:0px;
margin:0px;
font-family: arial, times new roman, microsoft sans serif, sans-serif;
text-align:center;
}
a {
text-decoration:none;
color:#334499;
}
a:visited {
text-decoration:none;
color:#CC3300;
}
a:hover {
text-decoration:underline;
color:#334499;
}
div#guide {
position:relative;
margin:0 auto;
text-align:left;
width:1100px;
z-index:0;
}
div#controls {
position:absolute;
top:0px;
left:0px;
width:1098px;
height:36px;
background-color:#dddde1;
background-image:url('');
border-left: solid 1px #333333;
border-right: solid 1px #333333;
text-align:right;
z-index:1;
}
div#control-button {
display:inline;
position:relative;
top:5px;
}
img#control-button {
height:25px;
border-style:none;
}
div#controls  a:link, a:active, a:visited {
color:#334499;
}
#nofontchange {
font-family: arial, times new roman, microsoft sans serif, sans-serif;
font-size: 22px;
}
div#header {
position:absolute;
top:36px;
left:0px;
width:1098px;
height:200px;
border-left: solid 1px #333333;
border-right: solid 1px #333333;
z-index:1;
text-align:center;
}
div#header img {
width:1098px;
}
div#menu {
position:absolute;
top:224px;
left:0px;
width:1098px;
height:33px;
border-left: solid 1px #333333;
border-right: solid 1px #333333;
border-bottom: solid 8px #696969;
z-index:5;
}
div#content {
position:absolute;
top:265px;
left:0px;
width:1098px;
background-color:#FFFFFF;
border-left: solid 1px #333333;
border-right: solid 1px #333333;
border-bottom: solid 1px #333333;
text-align:center;
z-index:3;
}
div#footer {
clear:both;
padding:5px;
width:988px;
height:120px;
}
div#footer-text{
font-size:13px;
margin:5px;
float:left;
}
div#footer-text-centre{
font-size:13px;
}

div#footer-left {
width:114px;
float:left;
}
div#footer-line {
float:left;
height:0px;
width:850px;
border: 1px solid #000000;
}
div#footer img {
float:right;
width:80px;
height:80px;
}
div#footer-right {
float:right;
width:30px;
}
