    body {
      margin:0;
      text-align:center;
    }
    h1 {
      margin-bottom:2px;
    }
    h2 {
      margin:12px 0 2px -30px;
    }
    p {
      float:left;
      margin: 4px 8px 6px 4px;
    }
    #wrapper {
      width:800px;
      margin: 0 auto;
      padding:10px;
      background-color:blue;     /*#DBE4DF;*/
      border:1px solid blue;
    }
    #content {
      width: 760px;
      margin: 0 auto;
      height:520px;
      background-image:url('../images/happyFlowers1.png');
      background-repeat:no-repeat;
      background-position:top right;
      color:white;
    }
    #links {
      clear:both;
      text-align:left;
      padding: 60px 0 0 60px;
    }
    a {
      color:white;
      font:120%/1.5em Arial, Helvetica, sans-serif;
    }
    #right {
      float:right;
      width:300px;
    }
    
