/* angus doc, CSS */
a:link {text-decoration: none; color: blue;}
a:hover
    {
    border: 2px #666666 solid;
    }
a:visited {text-decoration: none; color: green;}
a:active {text-decoration: underline; color: red;}

body
    {
    margin:0 auto;
    padding: 0;
    background-color: #999999;
    text-align: center;
    font-size: 9px;
    }
.wrap
    {
    position: relative;
    text-align: center;
    width: 800px;
    height: 780px;
    margin:0 auto;
    padding: 0;
    top: 0;
    background-color: #333333;
    }
#head
    {
    position: absolute;
    text-align: center;
    width: 780px;
    height: 220px;
    top: 0;
    left: 5px;
    background-image: url(images/hlava3.jpg);
    background-repeat: no-repeat;
    }    
#about
    {
    position: absolute;
    text-align: center;
    width: 200px;
    height: 20px;
    top: 225px;
    left: 20px;
    }   
#contact
    {
    position: absolute;
    text-align: center;
    width: 130px;
    height: 20px;
    top: 225px;
    left: 330px;
    }   
#guestbook
    {
    position: absolute;
    text-align: center;
    width: 200px;
    height: 20px;
    top: 225px;
    left: 570px;
    }   
#obr
    {
    position: absolute;
    text-align: center;
    width: 790px;
    height: 780px;
    top: 0px;
    left: 5px;
    background-color: #666666;
    }
.wrapg
    {
    position: relative;
    text-align: center;
    width: 780px;
    height: 470px;
    margin:0 auto;
    padding: 0;
    top: 250px;
    background-color: #666;
    }    
#new
    {
    position: absolute;
    text-align: center;
    width: 210px;
    height: 140px;
    top: 0px;
    left: 10px;
    }
#panv
    {
    position: absolute;
    text-align: center;
    width: 140px;
    height: 280px;
    top: 0px;
    left: 320px;
    }
#abst
    {
    position: absolute;
    text-align: center;
    width: 210px;
    height: 140px;
    top: 0px;
    left: 560px;
    }
#peop
    {
    position: absolute;
    text-align: center;
    width: 140px;
    height: 210px;
    top: 260px;
    left: 10px;
    }
#panh
    {
    position: absolute;
    text-align: center;
    width: 280px;
    height: 140px;
    top: 330px;
    left: 250px;
    }
#othe
    {
    position: absolute;
    text-align: center;
    width: 140px;
    height: 210px;
    top: 260px;
    left: 630px;
    }    
#patt
    {
    position: absolute;
    text-align: center;
    width: 780px;
    height: 30px;
    bottom: 0px;
    left: 5px;
    background-image: url(http://www.lukasphoto.net/images/pat.jpg);
    background-repeat: no-repeat;    
    }        
