html {
	height: 100%;
}
* html div#container {
    height:100%;
}
body > #container {
	height: auto;
}
#container #contents-body {
	padding-bottom: 43px;
}
#container{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height: 100%;
}
#container #footer {
	position:absolute;
	bottom:0px;
	background-image: url(../img/common/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 43px;
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#container #footer #copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: capitalize;
	float: right;
	margin-left: auto;
	margin-right: 65px;
	text-align: right;
	white-space: nowrap;
	clear: right;
}
#container #footer #site-pri {
	font-size: 11px !important;
	font-weight: bolder;
	text-align: right;
	white-space: nowrap;
	float: right !important;
	position: relative;
	top: 12px;
	width: 20em;
	right: 70px;
}
#container #footer #get {
	float: left;
	margin-top: 0.8em;
	position: relative;
	left: 6.5em;
}
#container #footer a {
	color: #000000;
	weight: bolder;
}
#container #footer a:hover {
	color: #FFFFFF;
	weight: bolder;
	background-color: #333333;
}
