body{
	background-image: url(/images/teddygrahams/trailmix/background-wood.jpg);
	margin: 0;
	padding: 0;
	background-color:#ff9934;
}

#content-holder{
	width: 100%; 
	text-align: center; 
	padding: 0; 
	margin: 0; 
}

#content{
	width:795px;
	padding: 0; 
	margin: auto; 
}

#top-box{
	margin-top:10px;
	background-image: url(/images/teddygrahams/trailmix/top-box.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:795px;
	height:83px;
}

#bottom-box{
	clear:both;
	background-image: url(/images/teddygrahams/trailmix/bottom-box.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:795px;
	height:37px;
}

#left-box{
	background-image: url(/images/teddygrahams/trailmix/left-box.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:37px;
	height:454px;
	float:left;
}

#right-box{
	background-image: url(/images/teddygrahams/trailmix/right-box.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:32px;
	height:454px;
	float:left;
}

#center-box{
	background-image: url(/images/teddygrahams/trailmix/center-content.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:726px;
	height:454px;
	float:left;
	position:relative;
}

#button-one{
	width:70px;
	height:70px;
	position:absolute;
	top:120px;
	left:42px;
}

#hug-1{
	position:absolute;
	top:-47px;
	left:-59px;
}

#button-two{
	width:70px;
	height:70px;
	position:absolute;
	top:147px;
	left:117px;
}

#hug-2{
	position:absolute;
	top:-19px;
	left:16px;
}

#button-three{
	width:70px;
	height:70px;
	position:absolute;
	top:220px;
	left:188px;
}

#hug-3{
	position:absolute;
	top:54px;
	left:86px;
}

#button-four{
	width:70px;
	height:70px;
	position:absolute;
	top:274px;
	left:267px;
}

#hug-4{
	position:absolute;
	top:108px;
	left:166px;
}

#button-five{
	width:70px;
	height:70px;
	position:absolute;
	top:335px;
	left:330px;
}

#hug-5{
	position:absolute;
	top:166px;
	left:231px;
}

#button-six{
	width:70px;
	height:70px;
	position:absolute;
	top:260px;
	left:422px;
}

#hug-6{
	position:absolute;
	top:92px;
	left:321px;
}


#button-teddy{
	width:90px;
	height:70px;
	position:absolute;
	top:105px;
	left:505px;
}


#nut-info{
	padding-top:20px;
	padding-right:50px;
	float:right;
	width:200px;
}

#footer-links{
	padding-left:80px;
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5b3d1a;
	text-align:left;
	width:400px;
	float:left;
}

#footer-links a{
	font-size:11px;
	color:#5b3d1a;
	text-align:left;
	decoration:underline;

}

/* png hack htc style */
img,div {
    behavior: url(/teddygrahams/iepngfix.htc);
} 

/* deprecated image border fix */
img {
	border :0px;
}

/* clear float style */
.clear{
	clear:both;
}
