<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: url('../../images/cms/body_bg.png');
    /*background-image: url('http://www.marbleandmore.nl/images/cms/body_bg1.jpg');
    background-position: center;*/
    background-repeat: repeat-x;
    background-color: #535353;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a {
color: #ffffff;
}

#header {
    position:absolute;
    height: 88px;
    width: 960px;
    left: 50%;
    margin-left: -480px;
}

#menutop {
    float: right;
    margin-top: 50px;
    color: #535353;
    font-weight: bold; 
}

#wrapper {
  width: 1100px ; /*1196 */
  position:absolute;
  left: 50%;
  margin-top: 88px;
  margin-left: -480px; 
  /*background-color: orange;*/
  min-height: 500px;
  background-image: url('../../images/cms/wrapper_bg.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}

#content {
    width: 960px;
    background-color: #535353;
    min-height: 600px;
    background-image: url('../../images/cms/content_bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

#columns {
    width: 960px;
}

#contentcolumn1 {
    width: 350px;
    min-height: 300px;
    float: left;
    color: #ffffff;
}

#contentcolumnspacer {
	width: 40px;
	float: left;
}

#contentcolumn2 {
    width: 560px;
    min-height: 300px;
    float: left;
    color: #ffffff;
}

#padblock {
    padding: 5px;
}

.brclear {
    clear: both;
    line-height: 0px;
}

#albums {
   min-height: 300px;

}


#slider {
	width: 350px;
}

#submenu {
	width: 350px;
}</pre></body></html>