body, html {
	margin:0;
	padding:0;
    height: 100%;
    width: 100%;
}
body {
    background: url('../img/index_bg.jpg') repeat-x scroll top left;
	font-family: 'Arial';
	font-size: 12px;
    color: #02141c;
    background-color: #02152b;  
}
.container {
	position:relative;
	margin:0 auto;
	width:950px;

    z-index: 2;
}
.logo{
    width: 385px;
    height: 138px;
    float: left;
    display: inline;
    margin: 92px 0 0 283px;
}
.logo a img{
    border: none;
}
.cat_con{
    float: left;
    display: inline;
    width: 950px;
    height: 308px;
    margin: 36px 0 0 20px;
    position: relative;
}

.cat_con div{
    float: left;
    display: inline;
    margin: 0 11px 0 0;
    position: relative;
}
.cat_con a img{
    border: none;
    width: 219px;
    height: 297px;
}
.szlogen_img{
    float: left;
    display: inline;
    padding: 0 0 0 232px;
}
.szlogen_img a img{
    border: none;
}
.footer {
    position: absolute;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    bottom: 30px;
	text-align:center;
    color: #27415d;
}
.honlapkeszites{
    padding: 5px 0 15px 0;
}
.honlapkeszites a{
    color: #27415d ;
    text-decoration: none;
}
.honlapkeszites .havasweb{
    text-decoration: underline;
}
.clear {clear:both;}
