@charset "UTF-8";
/* ---------- CSS Document ---------- */

    body {
      color: #999;
      background-color: #DFDFDF;
      background-repeat: repeat-x;
	  background-image: url(../images/bg_gradient.png);
	  margin: 10px;
	  padding: 0;
	  font-family: Tahoma, Verdana, Arial;
	  font-size: 11px;
    }

	h1 {
		margin: 0;
		display: none;	
	}
	
	h2 {
	  margin: 0;
      font-size: large;
      font-weight: bold;
      text-transform: uppercase;
      color: #32111a;
      padding-bottom: 7px;
	}
	    
    #wrapper {
	  width: 800px;
      margin: auto;
      border: 0px #999 solid;	  
      top: 50%;
	  left: 50%;
	  position: absolute;
	  margin-top: -270px;
	  margin-left: -400px;
    }
    
    #content {
	  background-repeat: no-repeat;
	  background-image: url(../images/monalena_home.png);
      color: #6f0707;	
      padding-top: 410px; 
      font-size: 12px;     
      font-weight: bold;
      border:0px #ff0000 dashed;
      padding-left: 136px;
      padding-bottom: 55px;
    }
    
    #content a {
      color: #6f0707;	
      text-decoration: none;
    }
    
    #content a:hover {
      border-bottom: 1px dotted;
	}
	
	#footer {
      text-align: right;
	  margin: auto;
	  padding-right: 20px;
	}