#left {

	float: right;
	display: none;
}

#right {
	width: 500px;

	float: left;
}