body { 
    margin: 0; 
    padding: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #000; 
    font-family: Tahoma;
    color: gray;
}
img {
    border: 0;
}
#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -160px;
    width: 320px;
    height: 240px;
    background: url('pauluz.jpg') 0 0 no-repeat;
}
#engine {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -475px;
    width: 950px;
    height: 274px;
    background: url('engine.jpg') 0 0 no-repeat;
}
#zenbox {
    position: absolute;
    bottom: 160px;
    left: 50%;
    margin: 0 0 0 -364px;
    width: 728px;
    height: 90px;
    background: url('zenbox.png') 0 0 no-repeat;
}
#aboutme {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin: 0 0 0 -250px;
    width: 500px;
    text-align: center;
    /* border: 1px solid white; */
}
.am {
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    background-color: white;
}
h1.title {
    font: normal bold 20px 'Courier New', Courier, FreeMono, monospace;
    color: #ffffff;
    text-shadow: 0 0 -1px #000000;    
}
h1.title a {
}
#pictograms {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin: 0 0 0 -400px;
    width: 800px;
    text-align: center;
    /*border: 1px solid white;*/
}
#pictograms p {
    display: inline;
    *display: inline;    
}
#pictograms .empty-emblem {
    display: inline;
    *display: inline;    
}
#footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -100px;
    width: 200px;
    text-align: center;
}
a {
    color: gray;
    text-decoration:  none;
}
a:hover {
    color: #bbb;
}
