body {
	margin: 0;
	padding: 0;
	background: url(../images/jpg/bgRepeat.jpg) #2e2d29;
}

/* Remove firefox focus outline of flash elements */
#defaultTheme :focus {
	outline: 0;
} 

#riverPart1 , #riverPart2, #topRight, #logo, #navigation, #slogan {
	position: absolute;
}

#riverPart1 {
	background: url(../images/jpg/riverPart1.jpg) no-repeat;
	width: 392px;
	height: 503px;
}

#riverPart2 {
	background: url(../images/jpg/riverPart2.jpg) no-repeat 0 503px;
	min-height: 100%;
	/*width: 392px;*/
	/*height: 547px;*/
}

#topRight {
	background: url(../images/jpg/topRight.jpg) no-repeat;
	left: 392px;
	width: 689px;
	height: 503px;
}

#defaultTheme #logo {
	z-index: 5;
	left: 76px;
	top: 64px;
	width: 163px;
	height: 106px;
}

#defaultTheme #navigation {
	left: 178px;
	top: 352px;
	width: 245px;
	height: 400px;
}

#slogan {
	left: 403px;
	top: 51px;
	width: 186px;
	height: 54px;
}

#defaultContent {
	position: relative;
	margin-left: 443px;
	margin-top: 182px;
	margin-bottom: 30px;
	width: 400px;
	min-height: 595px;
}