
body{
    margin:0px;
    padding:0px;
    font-size:11px;
    font-family:Tahoma;
    color:#606060;
}

#main{
    width:960px;
    margin:auto;
}

#foo{
    font-size:10px;
    color:#c4c4c4;
    padding:10px;
    text-align:center;
}

#intro{
    width:960px;
    height:500px;
    margin:0 auto;
    text-align:center;
}

#links{
    height:20px;
    padding-top:6px;
    border-bottom: solid 1px #b0b0b0;
    border-top: solid 1px #b0b0b0;
}
#ikons{float:right;}

a:link{color:#626262;text-decoration:none;}
a:visited{color:#626262;text-decoration:none;}
a:hover{color:#014188;text-decoration:underline;}
a:active{border:0px;}

img{border:0px;}
#ikons2{float:left;}
#notka{
    padding-top:20px;
    /*width:560px;*/
    font-size:9px;
    color:#b2b2b2;
    clear: both;
}
#newsy{
    text-align:center;
    background-color:#004588;
    width:960px;
}

#cap{
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #151e2d;
    filter: alpha(opacity=70);
    opacity:0.7;
    position: fixed;
}
#box_wishes{
    width: 810px;
    margin:0 0 0 50%;
    position: absolute;
    top:200px;
    left:-400px;
    z-index: 101;
}
#wishes{
    width: 800px;
    border: none;
    font-size:13px;
    color:red;
    background-color: #000;
}
#closer_wishes{
    position:absolute;
    top: 0;
    right:10px;
    cursor: pointer;
}

