body { 


    background-image: url('http://teknologibiru.com/image/bg.jpg');
    background-repeat: repeat-y;
    font:18px Arial;
        
    
        
    
    }
    
    
    input {
        background: #ffffff;
            border: 1px solid #c0c0c0;
            
    
            border-radius:3px;
            -moz-border-radius:3px;
            -webkit-border-radius:3px;
            
            height:  25px;
            
            list-style: disc ;
            color:#7f7f7f;
            
            
            
    }
    
    input:focus {
    
        box-shadow: 1px 1px 3px #a4a4ff inset;
            border: 1px solid #0000c1;
        color: black;
            
    }
    
    input[type="submit"], input[type="reset"]  {
        background: #bfbfbf;
            background: -moz-linear-gradient(-90deg, #6dd96d, #1ea11e);
            background: -webkit-gradient(linear, left top, left bottom, from( #6dd96d), to(#1ea11e));
            filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=' #6dd96d', 
                        endColorstr='#1ea11e');
                        
            border:none;
            color: black;
                        
                        
    }
    
    input[type="submit"]:hover, input[type="reset"]:hover  {
        background: #bfbfbf;
            background: -moz-linear-gradient(-90deg, #ff0000, #a52a2a);
            background: -webkit-gradient(linear, left top, left bottom, from( #ff0000), to(#a52a2a));
            filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=' #ff0000', 
                        endColorstr='#a52a2a');
    }
    
    
    
    
    #main {
        
        
        
        
            shadow: 10px 10px 5px #888888;
    
        
            
    border-right: 2px #109810;
        border-right-style: double;
        
    
    }
    
    #main2 {
        background: black;
    }
    
    #main3 {
        background:blue	;
    }
    
    
    #header {
        background: none;
    
    
        
    }
    
    #header img {
        margin-left: 10px;
        width: 80%;
        position: relative;
        right: 10px;
        top:  0px;
        margin-left: 0px;
        height: 150px;
    }
    
    a:link {
        color:#236023;
        text-decoration: none;
        
        
    }
    a:visited {
        color:#236023;
        
        
    }
    
    a:active {
        color:#236023;
        
    }
    
    a:hover {
        color:#176017;
        text-shadow: none;
    
        width: 25px;
        
        
        
    }
    
    #navbar {
    vertical-align: middle;
    
    text-align: center;
    
    
    font: 20px Arial;
    
    font-weight: bold;
    height:  32px;
    text-transform: capitalize;
        
        
    border: none;		
            
        border-radius:5px;
            -moz-border-radius:5px;
            -webkit-border-radius:5px;	
            
    background:	#e6e6fa;
    background: -moz-linear-gradient(-90deg, #e6e6fa, #ffffff);
            background: -webkit-gradient(linear, left top, left bottom, from(#e6e6fa), to(#ffffff));
            filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6e6fa', 			endColorstr='#ffffff');	
    }
    