body {
background-image: url(image/bg.gif);
font-size: 13px;
color: #999999;
font-family: Arial, Helvetica, sans-serif;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
#logo {
background-position: center bottom;
background-image: url(image/logo.gif);
background-repeat: no-repeat;
height: 60px;
width: 850px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
margin-top: 10px;
}
#header {
background-image: url(image/bordertop.gif);
background-repeat: no-repeat;
background-position: bottom;
height: 10px;
width: 850px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#menu {
height: auto;
background-color: #FFFFFF;
width: 850px;
margin-right: auto;
margin-left: auto;
text-align: right;
}
#content {
*height: auto;
*background-color: #FFFFFF;
*width: 850px;
*margin-right: auto;
*margin-left: auto;
}
#rightColumn {
*height: auto;
*width: auto;
*padding: 1em;
*float: right;
}
#leftColumn {
*padding: 1em;
*margin-right: 524px;
}
#footer {
background-image: url(image/borderfoot.gif);
background-repeat: no-repeat;
background-position: top;
height: 10px;
width: 850px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}