@charset "utf-8";
/* CSS Document */


BODY{
background-image: url("/images/background.png");
background-attachment:fixed;
background-position: 60% center;
background-repeat:no-repeat;
color:#000000;
background-color:#f0f0f0;
font-family:Verdana;
font-size: 10pt;
text-align: center;
}
   
a:link{
color:#AB331A;
}

a.menu:link{
color:#000;
}

a.remote:link{
color:#000;
}


a:visited{
color:#000;
}

.menu {
font-size: 13pt;
color: #000;
text-decoration: none;
}

a.menu:hover {
text-decoration: none;
color: #AB331A;
/*font-size: 14pt;*/
font-weight: bolder;
 }

.remote {
text-decoration: none;
color: black;
font-size: 10pt;
}

a.remote:visited {
text-decoration: none;
color: black;
 }

a.remote:hover {
text-decoration: none;
font-weight: bolder;
color: #AB331A;
 }

#container{
border: 0px solid black;
align: center;
width:  900px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#menu {
margin-left:inherit;
margin-right:inherit
}

#footer {
text-align: center;
font-weight: bolder;
margin-left:inherit;
margin-right:inherit
}

.button{
background-image: url('images/button.png');
background-repeat: no-repeat;
height: 59;
width: 120;
text-align: center;
font-size: 18px;
}
