#right {
	float: right;
	height: 650px;
	width: 628px;
	background-color: #FFFFFF;
}

#left {float: left;
width: 400px;
margin-top: 190px;
}
#narrow {
	width: 418px;
	height: 800px;
	overflow: hidden;
	float: left;
}
#wide {
	width: 618px;
	height: 800px;
	overflow: hidden;
}
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 650px;
	background-image: url(../images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#user1 {
	float: right;
	width: 200px;
}

