/* 
    Document   : design on whitespace
    Created on : 05.08.2009, 15:59:26
    Author     : Ola Gasidlo
    Description: Screen
*/
*{
    margin:0px;
    padding:0px;
}

body{
    background-color:#000;
    background-image: url('../img/bg_spot.jpg');
    background-repeat: no-repeat;
    text-align:center;
    color:#ccc;
    font-family:arial, helvetica, sans-serif;
    font-size:1em;
}

#wrap{
    width:900px;
    text-align:left;
    margin: 0px auto;
    }
    #head{
         background-image: url('../img/header.png');
         background-repeat: no-repeat;
         width:900px;
         height:175px;
    }
        #head h1{
               visibility:hidden;
        }
   #content{
   text-align:center;
   }
       #content #left{
       float:left;
       width:275px;
      /* border:1px solid #cc00ff;*/
       text-align:right;
       margin-top:40px;
       }
       #content #right{
       float:right;
       width:275px;
      /* border:1px solid #00ffcc;*/
       text-align:left;
       margin-top:40px;
       }
       #content #center{
       width:290px;
       margin: 0px auto;
       }
   #footer{
    background-image: url('../img/line.png');
    background-repeat: no-repeat;
    /*height:50px;*/
    margin:35px 0 45px 0;
    padding-top:15px;
    text-align:left;
     }
   #footer #left{
       float:left;
       width:275px;
     /*  border:1px solid #cc00ff;*/
       }
       #footer #right{
       float:right;
       width:275px;
     /*  border:1px solid #00ffcc;*/
       
       }
       #footer #center{
       width:290px;
       margin: 0px auto;
     /*  border:1px solid #00ccff;*/
       }


       /*TYPOGRAFIE*/
   p{
       font-size:0.9em;
       line-height:1.8em;
   }
   #footer p{
       padding:15px;
       line-height:1.6em;
   }
   a{
       text-decoration:none;
       color:#ccc;
       outline:none;
   }
    #footer ul{
       padding:5px 15px;
    }
    #footer ul li{
       line-height:1.6em;
       text-decoration:none;
       list-style:none;
       font-size:0.9em;
       border-bottom:1px dashed #666;
       padding:15px 0;
    }

   .ico{
       height:25px;
       width:25px;
       float:left;
       }