body
    {
        margin: 0 0 0 0;
        background-position: left top;
        background-color: #FFFFFF;
        background-image: url(../Images/BackGround.jpg);
        background-repeat: no-repeat;
    }
    
#Links
    {
        position: absolute;
        left: 250px;
        top: 170px;
    }
    
#Links ul    
    {
        margin:0;
        list-style:none; 
        position:relative; 
    }
#Links ul li 
    {
        float:left;
        display:block; 
        padding: 2px 5px 2px 5px; 
    }
#Links ul li a 
    {
        float:left; 
        color:#aaa; 
        text-decoration:none; 
        text-align:center; 
        cursor:pointer;
    }
#Links ul li.active a 
    {
        float:left; 
        color:#aaa; 
        text-decoration:none; 
        text-align:center; 
        cursor:pointer;
        color: #990000;
    }
    
iframe
    {
        position: absolute;
        width: 610px;
        height: 415px;
        left: 250px;
        top: 225px;
    }  
    
img
    {
        position: absolute;
        top: 225px;
        left: 50px; 
        border: solid 1px #666666;  
    }    

div#ADRES
 {
		position: absolute;
		top:550px;
		left:40px;
		width: 100%;
		height: 100%;
		font:Verdana;
		font-size:12;
		color: #666666;

	
		
		}
}	
