a:link
{
    font-size:10px;
    color: #FFFFFF; 
    text-decoration: none;
}

a:visited
{
    font-size:10px;
    color: #FFFFFF; 
    text-decoration: none;
}

a:active
{
    font-size:10px;
    color: #FFFFFF; 
    text-decoration: none;
}

a:hover
{
    font-size:10px;
    color: #F7EFDC;
    text-decoration: none;
}


#wholepage{

	margin: 0px auto;
}

#flashcontent
{
    position:relative;
    margin : 0px;
    padding: 0;
    margin-left: 0px;
    margin-top: 0px;
    top : 0px;
    width:100%;
    height:100%;

}

body 
{
   background-color: #7D756D;
   background-attachement: fixed;
   background-repeat: repeat-x;
   background-valign:bottom;
   text-align: center;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;  
}