/* CSS Document */
html, body {
background-color:#669900;
}

#centre {
position: absolute;
top: 80px;
left: 120px;
}

#flashmenu {
position: absolute;
bottom: 45px;
left: 472px;
}
#flashmenu a {
color:#660066;
text-decoration:none;
}
#flashmenu a:hover {
color:#CCCCCC;
text-decoration:underline;
}



