/*
      Created by Avalon Rose Design www.avalon-rose-design.com
	  
*/

  body {
  background: url(http://crystallakeia.com/images/corktop.jpg) repeat-x;
  margin:0px;
  text-align: center;
  }
  
img {
display:block; }

#header-wrapper {
  width:900px;
  height:450px;
  background: url(http://crystallakeia.com/images/header.jpg);
  margin:0 auto 0px;
  }

#outer-wrapper {
  width: 900px;
  margin:0 auto;
  padding:0px;
  text-align:left;
  background: #ffffff;
  }

#main-wrapper {
  width: 880px;
  background: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word; 
  overflow: hidden;     
  }

 
 #footer-background {
 background: url(http://crystallakeia.com/images/footerbg.jpg);
 width:100%;
 height:150px;
 }
 
 #footer {
  width:850px;
  height:90px;
  clear:both;
  margin:0 auto;
  line-height: 1.6em;
  letter-spacing:.1em;
  text-align: center;
  font:xx-small Century Gothic, sans-serif;
  color: #ffffff;
}

 #clear {
 clear:both;
 }
