/* rozmiary */

html, body  {
	height:100%;

	
}
#container {
position:relative;
	min-height:100%;
}

* html #container {
	height:100%;
}
html * {
	margin:0;
	padding:0;
}


#identification, #nav, #content, #container {
	width:760px;
}
#identification{
	height:96px;
}

#identification #logo {
	position:relative;
	top:12px;
	left:12px;
}


div#nav_wrapper, div#nav{
	height:249px;
}
div#content {
	position:relative;
	top:0;
	left:0;
	width:760px;
	min-height:350px;
	padding-bottom:15px;

}
* html div#content {
	height:350px;
}
#content_main {
	padding:10px 10px 10px 10px;
	width:540px;
	
} 


div#content_add {	
	width:235px;
	position:absolute;
	top:40px;
	left:500px;
	padding-bottom:10px;
}
div#content_add h2{	
	width:235px;
	background-image: url(../assets/add_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:32px;
	padding:10px 0 0 76px;
	margin-bottom:0.5em;
}
div#content_add p,div#content_add h3{	
	width:205px;
	margin-left:15px;
}

div#footer {
	width:750px;
	position:absolute;
	bottom:0;
	
	padding-right:10px;
}
* html div#footer {
	width:760px;
}
	