html {
	height:100%;
	min-height:100%;
}

body {
	background:url("../media/images/root-bg.jpg") top center repeat-x;
/*	background:url("../media/images/") bottom center repeat-x; */
	height:100%;
	min-height:100%;
}

#root {
	min-height:800px;
	background:url("../media/images/body-bg.jpg") bottom center repeat-x;
}

#site {
	padding-top:91px;
	padding-bottom:30px;
}

#siteholder {
	margin-left:auto;
	margin-right:auto;
	width:986px;
	background:url("../media/images/siteholder-bg.png") top center no-repeat;
	padding-bottom:100px;
}

#siteholder #logo {
	padding-top:7px;
	width:240px;
	display:block;
	float:left;
}
#siteholder #logo a {
	margin-left:9px;
	display:block;
	background:url("../media/images/logo.png") top left no-repeat;
	width:225px;
	height:49px;
	text-indent:-5000px;
	overflow:hidden;
}

#siteholder #logo a:hover {
	background:url("../media/images/logo.png") top right no-repeat;
}