﻿body {
	background-color:#4b3d37;
	}
.container {
	width:980px;
	margin:0 auto;
	}
.float {
	float:right;
	}
#top {
	height:200px;
	}
#navi {
	width:100%;
	height:39px;
	}
	#navi, #navi li {
		background:#675953;
		}
	#navi-content {
		width:100%;
		padding:5px 0;
		}
		#navi-content, #navi li .active {
			background:#766863;
			}
			#menu {
				width:960px;
				float:right;
				}
			#hodak {
				text-align:right;
				margin:5px;
				}
#wrapper {
	overflow:hidden;
	width:100%;
	display:table;
	}
	#content, #mini {
		display: table-cell;
		vertical-align: top;
		}
	#content {
		width:640px;	
		}
	#mini {
		width:280px;
		background:url('http://blog.hodak.pl/files/waves.jpg') #78b1c9 repeat-y;
		padding-left:20px;
		padding-right:20px;
		}