html 
{
   background-image:url("http://www.rosaly.ch/images/texture.JPG");
   background-position : top center;
   background-attachment: fixed;
   background-repeat: no-repeat;
   font-family: HelveticaNeueLTStd-Bd, Helvetica, "Book Antiqua", "Book Antiqua Normal", sans-serif; /*Arial SuX... Thanks for your understanding. */
   font-style: normal;
 }
body
{
margin-bottom:100px ;
margin-top:100px ;

}

#frame
{
   width: 900px;
   height: auto;
   border-style: double;
   border-color: rgb(255, 255, 255);
   border-width: 3px;
   border-spacing: 2px;
   padding: 2px;
   background-color: rgb(204, 204, 255);
   margin: auto;
   vertical-align: top;
   text-align: center;  

}

.shop
{
   vertical-align: top;
   text-align: center;  
}

.frame img
{
   border:none;
}

.menu
{
   width: 890px;
   height: 300px;
   overflow: hidden;
 }
 
.intro
 {
   color: black;
   font-family: "Times New Roman";
   text-align: center;
 }
 
.intro img
{
   border:none;
}

.menuroue a
{
   color: #0000FF; 
   text-decoration: none;
}

.menuroue a:hover
{
   color: #9900FF; 
   text-decoration: none;
}
 
