/* CSS Document */

body{
background-color:#CDCDCD;
margin-top:0px;
margin-left:0px;
margin-right:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
background-image:url(bg.jpg);
background-repeat:repeat-x;
}
#container{
margin-left:auto;
margin-right:auto;
text-align:center;
}
#flashcontent{
width:800px;
border-right:1px solid #e2e2e2;
border-left:1px solid #e2e2e2;
border-bottom:1px solid #e2e2e2;
}
.footer{
width:800px;
}
a:visited,a:link,a:active {
font-size: 10px;
color:#999999;
text-decoration: none;
}
a:hover {
font-size: 10px;
color:#000000;
text-decoration: none;
}