body{       
     color:white;
     background-image:url("../img/hieroglyph_wall.jpg") ;
     background-attachment: fixed;
}
a:link{
      color:white;
}
a:visited{
      color:#FF99FF;
}
a:hover{
      color:#FF6600;
}

#wrapper{
         width: 100%;    
}

#header{
      background-image:url("../gazou/bg_grape_darkblue.jpg"); 
      height: 100px;
      width: 100%;
      top: 10px;
      left: 0px;
      text-align: center;
}

#container{
       float: left;
       width:100%;
       margin-right: -145px;
       margin-top: 10px;
}

#primary{ 
      float: right;
      width: 100% ; 
      margin: 0px 0 10px -145px;  
}

#content{
         margin: 0px 155px;
}

#secondary{
         float: left;
         width:145px;        
         margin: 0px 0 10px 0px;
}

#advertisement{
                float: right;
                width: 145px;
                margin: 0px 0 10px 0px; 
}

#footer{
        clear: both;
        height:100px;
        margin: 0px 0 10px 0px; 

}

.center{
         text-align: center;
}

