body {
background-color:#E3E3E3;
}
#banner {
background-position: center center;
background-attachment: fixed;
background-color:#000000;
width:799px;
height:152px;
border-left:1px;
border-top:1px;
border-right:1px;
border-bottom:1px;
border-color:#000000;
border-style:solid;
margin-top:0px;
margin:auto;
}
#nav {
background-position: center center;
background-attachment: fixed;
width:799px;
height:43px;
border-left:1px;
border-top:0px;
border-right:1px;
border-bottom:0px;
border-color:#000000;
border-style:solid;
margin:auto;
}
#content {
background-position: center center;
background-attachment: fixed;
background-color:#FFFFFF;
width:799px;
border-left:1px;
border-top:0px;
border-right:1px;
border-bottom:0px;
border-color:#000000;
border-style:solid;
margin:auto;
font-size:14px;
}
#footer {
background-position: center center;
background-attachment: fixed;
width:799px;
height:23px;
border-left:0px;
border-top:0px;
border-right:0px;
border-bottom:1px;
border-color:#000000;
border-style:solid;
margin:auto;
}
a:link {
font-weight:bold;
color:#000000;
text-decoration:none;
}
a:hover {
font-weight:bold;
color:#b800ea;
text-decoration:none;
}
a:visited {
font-weight:bold;
color:#000000;
text-decoration:none;
}
.button {
font-size:13px;
border:1px;
border-style:solid;
border-color:#000000;
background-color: #FFFFFF;
color: #000000;
cursor: pointer;
}
