@charset "utf-8";

html {
	min-height: 100%;
	height: auto;
}

body {
	height: 100%;
	background: #1f7618 url(/images/bg_body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header {
    display: none;    /* Transition with Javascript */
	position: absolute;
	top: 0;
	right: 110px;
}

#content {
	height: 935px; /* No easy, nice way of doing this */
	background: url(/images/bg_content.jpg) no-repeat bottom left;	
}

#footer { clear: both; overflow: hidden; background: url(/images/bg_footer.png) repeat-x; padding: 15px 32px; }
	#footer .beaware { float: right; margin: 5px 0 0 20px; }
	#footer ul { float: right; margin: 0; }
		#footer ul li { list-style: none; display: inline; color: #90b28b; font-size: 9px; padding: 0 10px; }
		#footer ul li.ageNote { display: block; font-size: 11px; text-align: right; padding-top: 10px; }
			#footer ul li a:link, #footer ul li a:visited { color: #90b28b; text-decoration: none; }
			#footer ul li a:hover, #footer ul li a:active { text-decoration: underline; }


/*BASIC STRUCTURE LINKS*/
#links {
	margin: 0;
}

#links li {
    display: none;    /* Transition with Javascript */
	position: absolute;
	width: 279px;
	text-indent: -5000px;
	list-style: none;
}

a.ad_image {
	display: block;
	width:  279px;
	height: 209px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

p.ad-description {
	font-size: 11px;
	color: #fff;
	line-height: 1.5em;
	text-indent: 0;
	padding: 7px 10px 0;
}


/* LINKS */
#links #featured { top: 26px; left: 79px; width: auto; overflow: hidden; text-indent: -9999px; }
	#links #featured a.ad_image { display: block; width: 565px; height: 341px; background-image: url(../images/featured_ad_c.jpg); padding:0px; margin:0px; }
	#links #featured p.ad-description { margin-top: -54px; }

#link_1 { top: 225px; right: 65px; }
	#link_1 a.ad_image { background-image: url(../images/conected_ad.jpg); }
	#link_1 p.ad-description { text-align: right; }

#link_2 { top: 358px; right: 362px; }
	#link_2 a.ad_image { height: 218px; background-image: url(../images/6seeds_ad.jpg); }

#link_3 { top: 501px; right: 65px; }
	#link_3 a.ad_image { background-image: url(../images/ted_ad.jpg); }
	#link_3 p.ad-description { text-align: right; }

#link_4 { top: 658px; right: 362px; }
	#link_4 a.ad_image { height: 213px; background-image: url(../images/6beers_ad.jpg); }
	#link_4 p.ad-description { padding-top: 4px; }