html, body {
	background: #1F0D21;
	margin: 0;
	padding: 0;
	}

#start {
	width: 1024px;
	margin: 0 auto;
	}
	
#center {
	height: 535px;
	}

#index_up {
	height: 120px;
	background-image:url('images/index_up.jpg');
	}
	
#index_left {
	width: 150px;
	height: 535px;
	float: left;
	background-image:url('images/index_left.jpg');
	text-align: center;
	vertical-align: bottom;
	}
	
#index_center {
	width: 720px;
	height: 535px;
	float: left;
	background-image:url('images/index_center.jpg');
	}
	
#index_right {
	width: 154px;
	height: 535px;
	float: right;
	background-image:url('images/index_right.jpg');
	text-align: center;
	}
	
#index_bottom {
	height: 113px;
	background-image:url('images/index_bottom.jpg');
	text-align: center;
	color: #CBC064;
	font-family: tahoma;
	font-size: 10px;
	}

.bal {
        margin-left: 120px;
        padding-top: 65px;
        }

.wigilia {
        margin-left: 35px;
        padding-top: 65px;
        position: absolute;
        }

.border {
	border: 0px;	
	}