body {
	text-align: center;
}

html, body {
	height: 100%;
}

html {
	background: #3c3a3d url(../images/body-bg.jpg) repeat center top;
}

#mainWrapperOuter {
	background: transparent url(../images/body-gradient-bg.jpg) repeat-x center top;
}

#mainWrapper {
	background: transparent url(../images/mainwrapper-bg.jpg) repeat-y center top;
}

#mainWrapperInner {
	background: transparent url(../images/mainwrapper-top-bg.jpg) no-repeat center top;
}

#header {
	height: 250px;
	background: transparent url(../images/header-no-flash-bg.jpg) no-repeat center top;
}

#logoLink {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}	
	
#topWrapper, #footer, #contentWrapper, #content {
	margin: 0 auto;
	width: 970px;
}

#topWrapper {
	position: relative;
	height: 250px;
	width: 970px;
}

#contentWrapper {
	background: transparent url(../images/content-bg.jpg) no-repeat left top;
	text-align: left;
	padding-bottom: 30px;
}

#content {
	background: transparent url(../images/content-bottom-bg.jpg) no-repeat right bottom;
}

#footer {
	background: transparent url(../images/footer-bg.png) no-repeat center top;
	height: 35px;
	padding-top: 5px;
	position: fixed;
	bottom: 0px;
}

#languagebar {
}

#homeLink {
	height: 35px;
	width: 59px;
	position: absolute;
	left: 6px;
	bottom: 0;
	z-index: 50;
}

#navigation {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 50;
}

#navigation2 {
	position: absolute;
	left: 60px;
	bottom: 0px;
	z-index: 50;
}

#subNavigation {
}

#quickLinksWrapper {
	background:transparent url(../images/quicklinks-bg.png) repeat-y scroll left top;
}

#quickLinks {
	font-size: 12px;
	line-height: 21px;
	background: transparent url(../images/quicklinks-top-bg.png) no-repeat left top;
}

#quickLinksFooter {
	height: 15px;
	background: transparent url(../images/quicklinks-footer-bg.png) repeat-x left top;
}

#k25Club, #hobby, #companies {
	float: left;
	width: 320px;
}

#introBlockWrapper {
	padding: 0 5px;
}

#leftSideBarWrapper, #centerBar, #rightSideBarWrapper, #centerBarWide {
	float: left;
}

#leftSideBarWrapper {
	width: 240px;
	padding-left: 5px;
}

#rightSideBarWrapper {
	width: 240px;
	padding-right: 5px;	
}

#centerBar {
	width: 480px;
}

#centerBarWide {
	width: 720px;
	padding-right: 5px;	
}