/* river - 1.0 */

@import url(/river/custom/karenroberts.css);

* {
	margin:0;
	padding:0;
}

html, body, #bckgrnd, #bckgrnd table, #bckgrnd td, #overlay {
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	cursor:default;
	background:url(/river/custom/bkg_brown.jpg);
}

img {
	display:block;
}

#bckgrnd div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}

#bckgrnd td {
	vertical-align:middle;
	text-align:center;
}

#bckgrnd img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
}

#overlay {
	z-index:10;
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}

#logo {
	z-index:20;
	background:url(/river/custom/logo_no_bkg.png) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:315px;
	height:160px;
}

#menu {
	z-index:30;
	background:url(/river/custom/bkg_brown.jpg);
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:32px;
}

#content {
	z-index:40;
	background:url(/river/custom/bkg_green.png);
	overflow:auto;
	position:absolute;
	left:0px;
	top:50px;
	bottom:80px;
	width:586px;
}

