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%;
    z-index: 1;
     

}

#div2 {
    position: absolute;
    width: 250px;
    height: 300px;
    z-index: 2;
    top: 0px;
    left: 0px;
}

body 
{
   background-color: #80683C;
   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;  
}