img.bg {
	min-height: 100%;
	min-width: 946px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 473px){
	img.bg{
		left: 50%;
		margin-left: -473px;
	}
}

/*FOOTER STUFF*/
#container {
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}

#footer{
	background-image: url('../images/footbg.png');
	background-repeat: repeat;
	min-height: 100px;
	position: relative;
	z-index: 100;
}

#clearfooter {
	height: 100px;
	clear: both;
}

/*CONTENT*/
#header{
	height: 217px;
	background-image: url('../images/headbg.png');
	background-repeat: repeat-x;
	position: relative;
	z-index: 4;
}

#body{
	width: 946px;
	margin: 0 auto;
	margin-top: -217px;
	position: relative;
	z-index: 20;
}

#logo{
	float: left;
	width: 346px;
	height: 194px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
}

#navbar{
	float: right;
	padding-top: 116px;
}

#navbar a{
	padding: 0px 12px;
	opacity:0.51;
	filter:alpha(opacity=51);
}

#navbar a:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#content{
	margin-top: 45px;
	background-image: url('../images/contentbg.png');
	background-repeat: repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
}

#left{
	float: left;
	width: 500px;
}

#right{
	float: right;
	width: 360px;
}

#foot_body{
	width: 946px;
	margin: 0 auto;
	padding-top: 30px;
}

#foot_left{
	float: left;
	margin-top: 13px;
	line-height: 16px;
	font-size: 13px;
	color: #707070;
}

#foot_left a{
	color: #707070;
	font-size: 13px;
	text-decoration: none;
}

#foot_left a:hover{
	text-decoration: underline;
	color: #000000;
}

#foot_right{
	float: right;
	line-height: 16px;
	font-size: 13px;
	color: #707070;
	text-align: right;
	margin-top: 4px;
}

/*iframe*/
.Normal{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #241916;
}

.nal_Title{
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	font-size: 12px;
	color: #83807f;
}

.nal_Title a{
	font-size: 14px;
	color: #ffffff;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	text-decoration: none;
}

.nal_Title a:hover{
	text-decoration: underline;
}

/*country store*/
#store{
	margin-top: 45px;
	margin-bottom: -20px;
	background-image: url('../images/contentbg.png');
	background-repeat: repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	display: none;
	position: relative;
	z-index: 3;
}

#store a{
	display: block;
	padding: 7px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
	color: #4d5054;
}

#store a:hover{
	color: #ffffff;
}