HTML, BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: relative;
}

BODY {
	background: url(/img/home_bg.png) top left repeat-x #b4d333;
}

#container {
    position: relative;
    /*height: 100%;*/
	
	min-height: 100%;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#content {
	padding: 0px;
	/*position: relative;*/
	/*background-color: #6caad9;*/
	/*padding-bottom: 40px;*/
	min-height: 100%;
	margin: 0px;
}

IMG {
	border: 0px;
}

A {
	border: 0px;
	text-decoration: none;
	color: #efab1d; /*#39180d;*/
}



#absfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #39180d;
	color: #fff;
	text-align: center;
	margin-top: 55px;
	padding-top:3px;
	padding-bottom: 3px;
	font-family: arial, helvetica, sans;
}

#absfooter A {
	color: #fff;
	font-weight: bold;
}

#adblock {
	position: absolute;
	top: 350px;
	left: 30px;
	width: 270px;
	height: auto;
	background: #e7ecbc;
	padding: 0px;
	border: 1px solid #39180d;
	line-height: 0px;

}

#stuff {
	position: absolute;
	top: 130px;
	left: 310px;
	background: #e7ecbc;
	padding: 5px;
	padding-bottom: 25px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #39180d;
	min-height: 595px; /*240px;*/
	width: 580px;
	font-family: arial, helvetica, sans;
}

#stuff h2 {
	font-size: 18px;
}


#adblock IMG {
	padding: 5px;

}