* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}
#wrapper{
	width: 948px;
	margin: 0 auto;
	position: relative;
}
.logo{
	height: 101px;
	margin: 0 auto;
	padding-top: 20px;
	width: 361px;
}
.switch{
	width: 279px;
	margin: 0 0px 0px 40px;
}
.buttons {
	background: url(../images/splash_bkg.jpg) no-repeat center bottom;
	padding-top: 80px;
}
.button_wealth {
	
}
.button_corporate {
	width: 279px;
	height: 148px;
	background: url(../images/button_wealth.jpg) no-repeat left top;
}
.button_corporate a {
	width: 279px;
	height: 84px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/button_corporate.jpg) no-repeat left top;
	outline: none;
}
.button_corporate a:hover {
	background-position: left -148px;
}
.button_wealth {
	width: 279px;
	height: 148px;
	background: url(../images/button_wealth.jpg) no-repeat left top;
}
.button_wealth a {
	width: 279px;
	height: 84px;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	background: url(../images/button_wealth.jpg) no-repeat left top;
}
.button_wealth a:hover {
	background-position: left -148px;
}