body {
background-color: #f60022;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#containar {
width: 708px;
height: 585px;
background-color: white;
margin-left: auto;
margin-right: auto;
text-align: left;
position: relative;
background-image: url(../image/lindaimagebase.gif);
background-position: center top;
}

#header h1 {
top: -9999px;
left: -9999px;
position: absolute;
}
#header h3 {
top: 220px;
left: 330px;
position: absolute;
color: aqua;
font-weight: bold;
line-height: 1.4em;
}
#flash1 {
top: 80px;
left: 240px;
position: absolute;
}

#topics {
top: 370px;
left: 310px;
position: absolute;
}

#navi {
top: 180px;
left: 280px;
position: absolute;
}
ul#mainnavi {
list-style: none;
}
ul#mainnavi li {
padding-right: 30px;
text-align: center;
float: left;
}
ul#mainnavi li a {
font-size: 120%;
font-weight: bold;
color: gray;
text-decoration: none;
}
ul#mainnavi li a:hover {
color: white;
}


#footer {
clear: both;
top: 566px;
left: 200px;
position: absolute;
}
address {
font-size: 90%;
font-weight: bold;
color: white;
}