html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height:100%;
}
body {
	background: #f8a937 url(img/bg_body.jpg) repeat-x center top;
	font-size: 62.5%;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #fff;
}
h1, h2
{
	margin: 0;
	padding: 0;
}
#big-boy-wrapper
{
	min-height: 614px;
	height: 100% !important;
	height: 614px;
	
	min-width: 940px;
	width: 100% !important;
	width: 940px;
	
	position: relative;
	top: 0;
	left: 0;
}
#big-boy-inner
{
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 614px;
}
#big-boy-logo {
	position: absolute;
	top: 16px;
	left: 105px;
}
#big-boy
{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -170px;
	width: 341px;
}

#big-boy-follow
{
	font-size: 1.6em;
	padding: 0 0.4167em 0.4167em 0;
	position: absolute;
	bottom: 0;
	left: 61%;
	right: 0;
	text-align: right;
}
#big-boy-follow img
{
	vertical-align: middle;
}

#copyright {
	font-size: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42%;
	padding: 0 0 .5em .5em;
}


#big-boy img {
	display: block;
}

a:link, a:visited, a:active, a:hover, a:focus
{
	color: #fff;
	text-decoration: none;
}
a img
{
	border-style:none;
}

#closest-bigboy {
  position: relative;
  top: 4px;
  left: -9px;
  cursor: pointer;
}

#bigboy-locations {
  display: none;
  position: absolute;
  width: 840px;
  height: 523px;
  top: 50%;
  left: 50%;
  margin: -261px 0 0 -420px;
}

#bigboy-locations img
{
  display: block;
}


