    body, html{
	  font-family: 'Roboto', sans-serif;
      overflow: hidden;
	  color:#EEEEEE;
    }
    
    body{
      background-color:#989BA2;
    }

	a#Close{
	  float:right;
	}
    
    div#Subtitle{
      font-size:12pt;
      margin:0px 0 10px 0;
    }
	
    div#Contact{
      font-size:11pt;
      margin:0px 0 20px 0;
    }
	
	img#Me{
      float:left;
	  padding:1px;
	  background-color:white;
	  margin-right:20px;
	  margin-bottom:70px;
	}
	
    a{
	  font-size:11pt;
      color:#EEEEEE;
    }
	a:hover{
      text-decoration:none; 
    }
    a:link { 
      text-decoration:none; 
    }
    a:visited { 
      text-decoration:none; 
    }
    a:active { 
      text-decoration:none; 
    }
    a:focus { 
      text-decoration:none; 
    }
    
    div#Menu_Left{
      background-color: rgba(28, 29, 31, 0.90);
      width:490px;
      left:40px;
      bottom:40px;
      position:absolute;
	  z-index:2;
      clear:both;
      padding:20px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      box-shadow:0px 0px 10px #000;
      -moz-box-shadow:0px 0px 10px #000;
      -webkit-box-shadow:0px 0px 10px #000;
    }
	
    a#Click{
	  display:none;
      width:490px;
      left:40px;
      bottom:40px;
      position:absolute;
	  z-index:1;
      clear:both;
    }
    
