#wraper
{
    width: 100%;
    text-align: center;
}
#pagemaster /* Kozrefogja a header, leftside, rightside reszt. */
{
    width: 1014px;
    margin: auto;
    text-align: left;
    background-image: url(Images/halilit_body_bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
#header /* Csak a kepet tartalmazza. */
{
    background-image: url(Images/halilit_header_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0px 0px 10px 0px;
}
#leftside /* Leftpanel es midpanel reszt határolja. */
{
    float: left;
    width: 854px;
    display: inline-block;
}
#rightside /* Rightpane elemet tartalmazza. Ez az oldal jobb szele. */
{
    float: right;
    width: 160px;
    display: inline-block;
}
#leftpanel /* Leftpane elemet tartalmazza. Ez az oldal bal szele. */
{
    float: left;
    width: 160px;
    display: inline-block;
}
#midpanel /* Contentpane, midpane1, midpane2, bottompane, footerpane elemet tartalmazza. Ez az oldal kozepe. */
{
    float: right;
    width: 694px;
    display: inline-block;
}
.midpane1
{
    float: left;
    width: 340px;
    padding: 5px 0px 5px 5px;
    display: inline-block;
}
.midpane2
{
    float: right;
    width: 340px;
    padding: 5px 5px 5px 0px;
    display: inline-block;
}
.bottompane
{
   clear: both;
}
.clearer
{
   clear: both;
   text-align: center;
}
.leftpane, .rightpane, .contentpane, .bottompane, .footerpane
{
    padding: 5px 5px 5px 5px;
}