/* CSS Document */

body {
	text-align: center;
	margin: 10px;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 800px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/layout/wrapper_bg.png);
	background-repeat: repeat-y;
	text-align: left;
}

#ticker {
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 250px;
	float: left;
	height: auto;
	padding: 0px;
	position: relative;
}





#wrapperStart {
	position: relative;
	margin: auto;
	width: 800px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/layout/wrapper_bg_start.png);
	background-repeat: repeat-y;
	text-align: left;
}

#corporate {
	position: relative;
	width: 800px;
	height: 80px;
	background-image: url(../consumer/images/layout/banner.png);
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom: 1px solid #990000;
}

#corporate h1 {
	display: none;
}

#bottomPage {
	position: relative;
	float: none;
	width: 800px;
	height: 10px;
	overflow: hidden;
	margin: auto;
	background-image: url(../images/layout/wrapper_bottom_page.png);
	background-repeat: no-repeat;
}

#bottomStart {
	position: relative;
	float: none;
	width: 800px;
	height: 10px;
	overflow: hidden;
	margin: auto;
	background-image: url(../images/layout/wrapper_bottom_start.png);
	background-repeat: no-repeat;
}

