@charset "utf-8";

body{
	padding: 0 0 0 0px;
	margin:  0 0 0 0px;
	
	background:#207719 url(../images/textureBackground.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	/*background-position:0 -20px;*/
}


#container {
	position:absolute;
	width:1050px;
	height:900px;
	left:50%;
	margin-left:-525px;
		
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
}


#header {
	position:absolute;
	/*display:block; /* normal state */
    display:none;    /* Transition with Javascript */
	width:195px;
	height:209px;
	padding-left: 0px;
	background-image:url(../images/tooheys-extra-dry.jpg);
	background-repeat: no-repeat;
	/*text-indent: -9999px;*/
	
	/* HACKS */
	margin-left:720px;	/*Firefox, Safari, Chrome*/
    *margin-left:670px;   /*IE7*/
	_margin-left:670px;   /*IE6*/

}


/*BASIC STRUCTURE LINKS*/
#links{
	display:block;
	list-style-type:none;
	padding-left:0px;
	margin-left:55px;
	
	height:755px;
	*height:780px;	
	_height:780px;
		
}

#links li{
	/*display:block; /* normal state */
    display:none;    /* Transition with Javascript */

	text-indent: -9999px;
	width:279px;
}

#links li a{
	display:block;
	width:  279px;
	height: 209px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
}

.ad_text
{
	display: block;
	margin:0px;
	padding:0px;
	width: 279px;
	height: 45px;
	background-repeat:no-repeat;
}



/*LINK FEATURED*/
#links #featured{
	width: auto;
	margin-top:   26px;
	margin-left:  49px;
	text-indent: -9999px;
	overflow: hidden;
}

#links #featured a{
	display:block;
	width: 565px;
	height:341px;
	background-image: url(../images/featured_ad_c.jpg);
	margin:0px;
	padding:0px;
}

#featured .ad_text{
	width: 447px;
	height: 52px;
	margin-top: -52px;
	background-image: url(../images/featured_text_c.jpg);
}


/*LINK 1*/
#link_1{
	margin-top: -142px;
	margin-left: 626px;
}

#link_1 a{
	background-image: url(../images/conected_ad.jpg);
}

#link_1 .ad_text{
	background-image: url(../images/conected_text.jpg);
}


/*LINK 2*/
#link_2{
	margin-top: -112px;
	margin-left: 330px;
}

#link_2 a{
	background-image: url(../images/6beers_ad.jpg);
}

#link_2 .ad_text{
	background-image: url(../images/6beers_text.jpg);
}


/*LINK 3*/
#link_3{
	margin-top: -120px;
	margin-left: 626px;
}

#link_3 a{
	height: 217px !important;
	background-image: url(../images/ted_ad.jpg);
}

#link_3 .ad_text{
	background-image: url(../images/ted_text.jpg);
}

