body { background-color: #e4f2f2;
       margin-left: 40px; 
       margin-right: 40px;
       margin-top: 50px; 
       margin-bottom: 30px; }

a:link    { color: #6a635d }
a:visited { color: #000000 }
a:active  { color: #000000 }
a:hover   { color: #9a534d }

div { display: block;
      padding: 0px;
      margin: 0px;
      border: 0px;
      font: 16px sans-serif;
      color: black;
      text-align: left; }

.header { position: relative;
          width:  600px;
          height: 300px; }

.selfie_background { z-index: -1; position: absolute; 
                     width: 500px; height: 300px; 
                     top: 0px; left: 0px; 
                     background-image: url(background.png); }

.selfie  { position: absolute; 
           width: 200px; height: 200px; 
           top: 40px; left: 122px;
           border: 1px solid #000080; }

.sidebar { position: absolute; 
           width:  250px;
           bottom: 54px; left: 360px; }

.content { margin-top: 20px;
           position: relative;
           width:  600px; }
