  html,body{height:100%}
  html,body {margin:0;padding:0;}
  body{
  	text-align:left;
    color: #fff;
  }

  #cakewrapper {
    margin: 60px 0 0 185px;
    width: 840px;
  }

      a.rollover {
      	display: block;
      	width: 170px;
      	height: 71px;
      	text-decoration: none;
      	background: url("../images/cakelab.hover.gif");
      	}

      a.rollover:hover {
      	background-position: -170px 0;
      	}

      .displace {
      	position: absolute;
      	left: -5000px;
      	}

  a:link {color:#666; text-decoration:none;}
  a:visited {color:#666; text-decoration:none;}
  a:hover {color:#fbeb83; text-decoration:underline;}


  #menuwrapper {
    margin: 0px 0 0 80px;
  }
  
  #content {
    margin: 20px 0 0 185px;
    width: 900px;
   	font-family: "garamond", Georgia, serif;
    font-size: 17px;
    line-height:1.25em;

  }
  
  .title {
    text-align: center;
    font-weight:bold;
  }
  
  td.left {
    text-align: center;
    padding-left:0;
  }

  td.right {
    text-align: center;
    padding-right:1.5em;
  }
  
   .name {
    text-align: center;
    padding-top:.75em;
    font-size: smaller;
  }
  
  #footer {
     position:absolute;
     bottom:0;
     left:10px;
     height:20px;   /* Height of the footer */
     color: #444;
     font-family:Verdana,Arial,Helvetica,sans-serif;
     font-size:0.65em;
  }


  #quotes {
    width:600px;
    margin: 10px 0 0 300px;
    text-align: center;
  	background: #000;
  	color:#ddd;
  	padding:5px 5px 5px 5px;
  	font: 28px/1.15em "garamond", Georgia, serif;
    font-style: italic;
  	}
  	
