/* 
    Document   : style2
    Created on : 2010-01-16, 12:11:02
    Author     : zynio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/21px "Times New Roman", Times, serif;
    text-align: center;
    color: #08665E;
}



#homepage{
    padding:20px;
    background-color:#753D11;
}

#homepage div{
    margin:auto;
    width:840px;
    height:500px;
    position:relative;
}

#homepage img{
    border: 1px solid black;
}

#pl{
height:46px;
left:115px;
position:absolute;
top:399px;
width:140px;
border:0 none;
cursor:pointer;
background:url(/images/pol.jpg) ;
display:block;
}

#en{
height:45px;
left:301px;
position:absolute;
top:401px;
width:140px;
border:0 none;
cursor:pointer;
display:block;
background:url(/images/eng.jpg) ;
}


