  	html,body{
	  height: 100%;
	  width: 100%;
    }
	body{
	  margin: 0;
	  padding: 0;
	  background: url(../images/bg-7x.jpg);
    }
	#main{
	  position: absolute;
	  top: 50%;
	  left: 50%;
      width: 800px;
	  height: 496px;
      margin-top: -260px;
	  margin-left: -400px;
    }
	#top-flowers{
      width: 800px;
	  height: 261px;
	  background: url(../images/index-top-flowers.gif) top left no-repeat;
    }
	#bottom-flowers{
      width: 800px;
	  height: 176px;
	  background: url(../images/index-bottom-flowers.gif) top left no-repeat;
    }
	#navline{
      width: 800px;
	  height: 60px;
	  background: url(../images/index-navline.jpg) top left no-repeat;
    }
	#navline div{
      margin-left: 6px;
    }

	#navline div img{
      margin-top: 10px;
    }

    #logo{
      position: absolute;
	  top: 50px;
	  left: -90px;
	  margin-top: -70px;
    }
    #footer{
      position: absolute;
	  bottom: 17px;
	  /*border-top: 1px solid #432323;*/
      width: 800px;
	  text-align: center;
	  left: 50%;
	  margin-left: -400px;
	  font-family: Georgia, Garamond;
	  font-style: italic;
	  font-size: 11px;
	  color: #311111;
    }
	img{
      border: 0;
    }
	* a:link, * a:visited{
      color: #3e1f1f;
	  text-decoration: underline;
	  font-weight: bold;
    }
    #footer p{
    visibility: hidden;
}    



#main{z-index:100;position:relative;}
