body {
      font-family: georgia;
      font-size: 12pt;
      background: #ffffff;
      color: #000000;
      background-image: url('bg.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: bottom left;
    }
     
    .rigmarole {
      position: fixed;
      top: 30px;
      right: 265px;
      border: 0px;
      text-align: right;
    }

    .contact {
      position: fixed;
      top: 30px;
      right: 80px;
      border: 0px;
      text-align: right;
    }
    
    .portfolio {
      position: fixed;
      top: 30px;
      right: 500px;
      border: 0px;
      text-align: right;
    }
  
    a {
      color:#000000;
      text-decoration: none;
    }

    a.riglinks { color: #333; text-decoration: none; background: #f9fc7e; }
    a.riglinks:hover { color: #666; background: none; }
    
    .grey {
    color: #cccccc;
    }
    
    div#wrap {
			width: 500px;
			margin: 50px auto;	
		}
 
