html, body{
    margin-top: 0px;
    padding: 0px;
    background-color: #555555;
    font-family: Arial;
    color: #ffffff;
    text-align: center;
}

img{
    border: 0px;
    vertical-align: bottom;
}

a {
    color: #555555;
}

a:hover {
    color: #555555;
}

a:visited:hover {
    color: #555555;
}

a:visited {
    color: #555555;
}

#container{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1010px;
    height: 1040px;
    border: 0px solid red;
    text-align: center;
    background-color: #ffffff;
}

#head{
    position: relative;
    width: 1010px;
    height: 176px;
    border: 0px solid green;
}

#left{
    position: relative;
    float: left;
    width: 65px;
    height: 864px;
    border: 0px solid yellow;
    background-image: url('/img/tamogatok_left.jpg');
    background-repeat: repeat-y;
}

#content{
    position: relative;
    float: left;
    width: 940px;
    height: 864px;
    border: 0px solid red;
}
