/* Created by Vedran Elez 2007, mailto: vedran.elez@gmail.com */

html, body, #wrap
	{
	height: 100%;
	min-height: 100%;
	width: 100%;
	}

html>body, html>body #wrap { height: auto; }

body
	{
	background: #999;
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#wrap
	{
	background: #fff url(../images/layout/top_back.gif) repeat-x;
	left: 0;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	}

#main
	{
	margin: 0 auto;
	height: auto;
	padding-bottom: 230px;
	width: 910px;
	}

#foot
	{
	background: #f1f1f1 url(../images/layout/foot_back.gif) repeat-x top;
	border: none;
	bottom: 0;
	clear: both;
	height: 220px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	}

#foot_hld
	{
	margin: 0 auto;
	width: 910px;
	text-align: left;
	}
