body { 
  background-color: white;
  text-align: center;
  padding: 0; margin: 0;
}

div#container {
  width: 901px;
  martin-top: auto; margin-bottom: auto;
  margin-left: auto; margin-right: auto;
}

div#background {
  text-align: left;  
  background: url(../images/page_background.jpg) top left no-repeat; 
/*(  background: url(../images/page_background_white.png) 10px left no-repeat; */
  width: 901px; 
  height: 550px;
}

div#logo {
  position: relative; 
  top: 10px; 
  left: 5px;
/*  background-image: url(../images/durivage_logo.png);  */
  width: 178px; 
  height: 216px;
}

#logo img {
  border: 0;
  width: 178px;
  height: 216px;
}


#contact-link {
  position: relative;
  top: 242px;
  left: 0;
  width: 190px;
  height: 21px;
  background: url(../images/contact-btn-hl.png) top left no-repeat;
}

#contact-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #cccccc url(../images/contact-btn-down.png) top left no-repeat;
  text-indent: -10000px;
  color: #000;
}

#contact-link a:hover {
  background: transparent none;
}


#boutique-link {
  position: relative;
  top: 70px;
  left: 0;
  width: 190px;
  height: 21px;
  background: url(../images/boutique-btn-hl.png) top left no-repeat;
}

  
#boutique-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #cccccc url(../images/boutique-btn-down.png) top left no-repeat;
  text-indent: -10000px;
  color: #000;
}

#boutique-link a:hover {
  background: transparent none;
}

#design-link {
  position: relative;
  top: 60px;
  left: 0px;
  width: 190px;
  height: 21px;
  background: url(../images/design-btn-hl.png) top left no-repeat;
}

#design-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #cccccc url(../images/design-btn-down.png) top left no-repeat;
  text-indent: -10000px;
  color: #000;
}

#design-link a:hover {
  background: transparent none;
}

#left {
  position: relative;
  float: left;
  height: 550px;
  width: 200px;
  margin-right: 10px;
  top: 0px;
  left: 0px;
/*  border: 2px solid green; */
}

#center {
  float: left;
  position: relative;
  background: transparent none;
  top: 0;
  left: 0;
  height: 550px;
  width: 690px;
/*  border: 1px solid yellow; */
}


#photo-frame {
  position: relative;
  top: 63px;
  left: 10px;
  width: 660px;
  height: 460px;
}

  
