html {
    height: 100%
}
* {
    margin: 0 auto; 
    padding: 0;
}
body {
    text-align: center;
    background: #fff;
    background-position: top;
}
#main {
    text-align:center;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    background: #fff url('kep.png') no-repeat;
    background-position: top;
}
#banner {
    background: #fff ;
    height: 300px;
    width: 1000;
    margin-bottom: 1em;
}
#sidebar_bal {
    background: url('left_side.jpg');
	background-repeat: no-repeat;
    width: 200px;
    height: 800px;
    float: left;
    margin-top: 10px auto;
    /*position: relative;*/
}

#sidebar_balmenu {
    width: 160px;
    height: 500px;
    /*margin-top: 10px auto;*/
    /*position: relative;*/
}

#sidebar_balreklam {
   background: url('ado.gif');
	width: 200px;
    height: 100px;
    /*margin-top: 10px auto;*/
    /*position: relative;*/
}

	
#sidebar_jobb {
    width: 200px;
    height: 600px;
    float: right;
    margin: 0;
	margin-top:10px auto;

    /*position: relative;*/
}
#kozep {
    /*border: #000 2px solid;*/
    background: #fff url('center.jpg') no-repeat;
    width: 580px;
    height: 700px;
    margin: 10px auto;
    /*text-align: center;*/
    text-align: left;
}

#center {
    width: 530px;
    height: 650px;
    margin: 20px;
    text-align: left;
    padding-left:10;
}

#allomanysor {
    text-align: left;
}

#lablec {
    background: #fff url('bottom.jpg');
    height: 100px;
    width: 580;
    /*margin-top: 2em;*/
}

p.feher {
    color: #fff;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

p.logo {
    color: #4E8F71;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

