* {
	padding:0;
	margin:0;
	border:0;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
html>body #wrap {height:100%;}
#wrap {
	width:800px;
	margin:0 auto;
}
#header {
	width:800px;
	height:100px;
}
html>body #header {
	position:fixed;
	z-index:10;
}
html>body #content-wrap {height:100%;}
html>body #content {padding:110px 250px 30px 20px;}
html>body #content {padding-right:;}

#info {
	float:right;
	width: 190px;
	position:absolute;
	margin-left:570px;
	text-align:right;
}

#footer {
	width:800px;
	height:30px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10;
}


html,
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #E0E0E0;
}

#header {
	background: #452A03;
	background-image: url('../pix/header.png');
	background-repeat: no-repeat;
}

#sosial {
float: right;
margin-top:45px;
margin-right:5px;
}

#sosial a {
text-decoration:none;
color:black;
}

#sosial img {
border-style:none;
}

#navigation {
float: right;
width: 800px;
height: 35px;
}

#navigation ul {
list-style-type: none;
}

#navigation li {
float:left;
width:20%;
}

#navigation a {
position: relative;
display: block;
height: 28px;
font-size: 12px;
line-height: 28px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
background: url("../pix/navbar-def.png") repeat-x;
color: #B48848;
}

#navigation a.sel {
background: url("../pix/navbar-hov.png") repeat-x;
color: #311e02;
}

#navigation a:hover {
background: url("../pix/navbar-hov.png") repeat-x;
color: #311e02;
}

#footer {
	background: #311e02;
	color: #B48848;
	text-align:center;
}

#footer a {
	font-size: 10px;
	color: #B48848;
	padding: 3px 5px 3px 5px;
	line-height:30px;
}

#footer a:hover {
	background: url("../pix/navbar-hov.png") repeat-x;
	color: #311e02;
}

#content-wrap,
#content {background:#f8f8f3 url(../pix/conback.png);}

