html, body
    {
    }

div 
    {
     color:red; 
     font-size:90%;
     font-family:Tahoma;
     }
.div-class2
    {
    color:blue;
    font-size:50%;
    margin-left:400px;
    }
    
.div-class3
    {
    color:green;
    font-size:150%;
    margin-left:25%;
    margin-top:25%;
    }

.div-class-tiger
    {
     position:absolute;
     top:0px;
     left:0px;
     background-image: url(../images/tiger02.png);
     background-repeat: no-repeat;
     height:400px;
     width:260px;
        
    }

.menu1
     {
     position:absolute;
     top:20%;
     left:0px;
     height:80%;
     width:15%;
     background-color:#330000;
     color:FF2200;
     }