/*
 	Copyright: www.teshadesign.com
*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	/*
	background:gray;
	*/
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

#container {
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	background:url(../slike-2009/palma-bg-a.jpg) repeat-x center center;
	
	/*
	background:#f0f0f0;
	*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	padding:0; height:20px;
}
	
#content {
	/*padding:0;*/
	
	
	margin:0 auto;
	
	/* center, not in IE5 */
	
}

}
	
#footer {
	position:absolute; color:#00F;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double gray;
}
	
.img { text-align:center}	
