html {
    height: 100%;
}
body {
    margin: 0px 0px 0px 0px;
    padding:0px;
    text-align:left;
    font-family: Arial,Verdana,Helvetica,Sans-serif;
    height: 100%;
}
body.index {
    background-image: url('img2/welcome.jpg');
    background-repeat: no-repeat;
    background-position: center 15%;
    background-color: #000;
    font-size: 8pt;
    color: #fff;
}
#indexbottom {
    position: absolute;
    bottom: 0px;
    height: 120px;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
#indexbottomleft {
    float: left;
    awidth: 470px;
    padding-left: 200px;
}
#indexbottomright {
    float: right;
    awidth: 300px;
    padding-right: 200px;
}
#indexbottomcenter {
    font-size: 10pt;
    amargin-left: 470px;
    amargin-right: 300px;
    text-align: center;
    background-image: url(img2/swsmall.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 90px;
    line-height: 80px;
}
#indexbottomcenter img {
    adisplay: block;
}
#indexkeret {
    position: absolute;
    bottom: 120px;
    height: 19px;
    width: 100%;
    background-image: url('/img2/keretbg.png');
}
#indexkeretleft {
    float: left;
    height: 19px;
    width: 9px;
    background-image: url('/img2/keretleft.png');
}
#indexkeretright {
    float: right;
    height: 19px;
    width: 14px;
    background-image: url('/img2/keretright.png');
}
#indexeloszto {
    position: absolute;
    bottom: 160px;
    width: 100%;
}
#indexeloszto a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
a {
	color: #fff;
}
.clear {
    clear: all;
}
