html { min-height: 100%; margin-bottom: 0.1px; }


#main_background .background{
    width:830px;
    margin-left:auto;
    margin-right:auto;
}

#main_background .background_top_middle{
    background-image: url(../grafika/tla/tm3.gif);
    background-position: left -25px;
    background-repeat: repeat-x;
}



#main_background .background_corner_top_left{
    background-image: url(../grafika/tla/tl3.gif);
    background-position: left -25px;
    background-repeat: no-repeat;
}

#main_background .background_corner_top_right{
    background-image: url(../grafika/tla/tr3.gif);
    background-position: right -25px;
    background-repeat: no-repeat;

}

#main_background .background_bottom_middle{
    background-image: url(../grafika/tla/bm3.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}



#main_background .background_corner_bottom_left{
    background-image: url(../grafika/tla/bl3.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#main_background .background_corner_bottom_right{
    background-image: url(../grafika/tla/br3.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#main_background .background_middle_left{
    background-image: url(../grafika/tla/ml3.gif);
    background-position: top left;
    background-repeat: repeat-y;
}

#main_background .background_middle_right{
    background-image: url(../grafika/tla/mr3.gif);
    background-position: top right;
    background-repeat: repeat-y;

}


#main_background .background_inside{
padding-top:10px;
padding-left:40px;
padding-right:40px;
padding-bottom:40px;
}

#main_wrapper{
	width:750px;
    background-position:top left;
    background-repeat: repeat-x;
}

#under_main_wrapper{
    clear:both;
    width:750px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
	top:-40px;
}


#two_columns {
    margin-left:4px;
    margin-right:4px;
}

#two_columns .clear{
    clear:both;
}


#two_columns table.columns{
    border-collapse:collapse;
    border-width:0px;
	width:100%;
}

#two_columns table td.column{
    vertical-align:top;
    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;
}

#two_columns table td.columnLeft{
	width:528px;
}

#two_columns table td.columnRight{
	width:195px;
}

#two_columns table td.layout_cell{
    padding:0;
	width:5px;
}

#left_column{
    float:left; width:555px; 
}

#right_column{
    padding:0; 
    margin:0; 
    width:195px; 
    float:right; 
    overflow:hidden;
}
#two_columns table tr.bottom{
    height:10px; line-height:0px; padding:0;
}