	body { 
         background-color:#1d90b6; 
	/* background-color:#FFFFFF; */
	 
	 background-image:url(../images/bg-grad.png); 
         background-repeat:repeat-x;
	 
         margin: 0 auto;
	 margin-top:40px;
	 margin-right:0px;
	 margin-bottom:0px;
	 padding:0px;
	 font-family:'arial';
	 border: 0px dashed white;
	}

	a { color:darkgreen; }
	a:link { text-decoration:none; }
	a:visited { text-decoration:none; }
	a:hover { text-decoration:underline; }
	a:active { text-decoration:underline; }
	a:focus { text-decoration:none; }

	
	div#header{
	 float:left;
	 font-size:92px;
	 color:#EE6600; 
	 width:450px;
	 font-weight:900;
	 text-shadow: 5px 5px 7px black;
	 font-style:italic;
	 position:absolute;
	 top:300px;
	 text-align:right;
	 border: 0px dashed white;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-name: slidein;
	-webkit-animation-name: slidein;
	}
	
	div#header2{
	 float:left;
	 font-size:92px;
	 color:#EE6600; 
	 width:450px;
	 font-weight:900;
	 text-shadow: 5px 5px 7px black;
	 font-style:italic;
	 position:absolute;
	 top:400px;
	 text-align:right;
	 border: 0px dashed black;
	-webkit-animation-iteration-count:1;
	-moz-animation-duration: 1.2s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-name: slidein;
	-webkit-animation-name: slidein;

	}

	div#photo{
	 float:right;
/*
	 margin-right:0px;
	 padding-right:0px;
	 padding-left:0px;
	 margin-left:0px;
	 float:left
	 

	 box-shadow: 5px 5px 7px black;
	 -moz-box-shadow: 3px 3px 4px black;
	 -webkit-box-shadow: 3px 3px 4px black;
	 

*/
	 opacity: 1.0;
	 border: 0px dashed black;
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	 color:black;
	 font-size:20px;         
	 width:320px;
	 height:480px;
	 background-image:url(../images/photo_320x480.jpg);
         background-repeat:no-repeat;

	}


    
    @-moz-keyframes slidein {
      from {
        margin-left:-80%;
        width:100%
      }
      
      to {
        margin-left:100%;
        width:100%;
      }
    }
    
    @-webkit-keyframes slidein {
      from {
	text-align:right;
        margin-left:-20%;
        opacity: 0;
      }
      
      to {
 	text-align:right;
        margin-left:0%;

	
      }
    }











