    body 
    {
        margin:0; padding:0; 
        font-family:Arial, Sans-Serif; color:#333;
        font-size:small;
        background-color:#000; color:#fff;
    }

    img { border:0; }

    a,
    a:visited,
    a:active {color:#fff;}
    a:hover { border-bottom:3px solid #fff; }

    #container { padding:0; width:auto; margin:auto; margin-top:40px; width:800px;  }

    #logo {
        width:800px; height:500px;
        background-image:url('../img/hostlandia.jpg'); background-repeat:no-repeat;
    }

    #footer{
    	text-align:center;
    	margin-top:100px; margin-bottom:30px;
    }
    
    #list{
    	position:absolute; 	
        font-size:x-small;
        margin-top:10px;
        color:#333; 
    }
    
    #about{
      	position:absolute; color:#000;
        margin-left:40px; margin-top:350px;
    }
