/*
===================================================
TrueNorth Stylesheet: GLOBAL
===================================================
*/
html{
height:100%;
}
-->

body {
	padding: 0;
	margin: 0;
	background: transparent url("../images/background.gif") 50% 0;
	background-color: #C8B585;
	font: 11px arial, helvetica, verdana, sans-serif;
}
#intro{
	display:block;
	margin:18% auto 0 auto;
	width:800px;
	text-align:center; 
}
a.english, a.french, h1.tn{
	display:block;
	text-indent:-5000px;
	height:85px;
}
a.english, a.french{
	background-position: 0 0;
}
a.english:hover, a.french:hover{
	background-position: 0 -85px;
}

a.english{
	background: transparent url("../images/english.gif");
	width:91px;
	margin:0 15px 0 0;
}
a.french{
	background: transparent url("../images/french.gif");
	width:110px; 
	margin:0 0 0 15px;
}
h1.tn{
	background: transparent url("../images/logo2.gif") no-repeat;
	width:268px;
}
/*
---------------------------------------------------
Footer
---------------------------------------------------
*/
div#footer {
	width:100%;
	height:100px;
	display:block;
	color:#85603c;
	background: url(../images/footer_bg.gif) repeat-x left bottom;
}

div#footer div.wrapper {
	height: 52px;
}
#footer_content{
	margin:auto;
	display:block;
	width:500px;
	height:26px;
	background-image:url(../images/footer_nuts.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:57px;
}
div#footer a#logo_frito_lay {
	float: left;
	display: block;
	width: 36px;
	height: 22px;
	margin: 12px 0 0 18px;
	background: url(../images/logo_frito_lay.gif) 0 0 no-repeat;
	text-indent: -999em;
}


#footer_info{
	color:#85603c;
	padding:5px;
	margin-left:65px;

}

div#footer div#footer_nuts {
	display:block;
	float: left;
	margin:-45px 0px 0px 60px;
	width: 317px;
	height: 81px;
	background: url(../images/footer_nuts.gif) 0 0 no-repeat;
}
hr.spacer{
	visibility:hidden;
	clear:both;
}
h4 sup{
	font-size:12px;

}
html{
	height:100%;
	overflow:hidden;
}
body {
	margin: 0 ;
	padding: 0px;
	/*	Hack - Version cache IE 5 Mac \*/
	height:100%;
	/**/
}
#container{
	height:100%;
}
