
div.wrapper{
    position: absolute; /* makes positioning relative to outter wrapper */
    left:   250px;
    top:    10px;
    bottom: 20px;
    width:  840px;
    height: 1000px;
    margin: 5px;
    padding:10px;
    background-image:url('ue.png');
    background-size:30%;
    background-position: -40px 550px;
    background-repeat: no-repeat;
    background-color: red;
}

div.header{
    position: absolute;
    left:   10px;
    right:  10px;
    top:    10px;
    height: 150px;
    width: 840px;
    background-image:url('banner.jpg');
    background-repeat: no-repeat;
}

div.left{
    position: absolute;
    left:   10px;
    top:    170px;
    height: 300px;
    width:  160px;
    background-color: black;
}

div.content{
    position: absolute;
    top:    170px;
    left:   185px;
    right:  175px;
    height: 750px;
    width:  485px;
    padding-left: 5px;
    background-color: black;
}

div.right{
    position: absolute;
    left:   690px;
    top:    170px;
    height: 400px;
    width:  160px;
    background-image:url('ad.jpg');
    background-size:150%;
    background-position: -50px 100px;
    background-repeat: no-repeat;
    background-color: black;
}

div.footer{
    position: absolute;
    left: 10px;
    top: 950px;
    height: 50px;
    width: 830px;
    bottom: 10px;
    background-color: black;
}

body{
background-color: black;
background-image:url('valog.png');
background-size:15%;
background-position: -20px 0px;
background-repeat: no-repeat;
}

img.logo{
    position: relative;
    left: 100px;
}

ul{
list-style-image: url('vabull.png');
padding-left: 55px;
}

div.img a:hover img{border: 1px solid white; }

div.img{
    margin: 5px;
    border: 1px solid red;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
    padding: 10px;
}

