
#left, #topimage{
	display: none;
	float: none;
}

#logo{
	width: auto;
	top: 2px;
	float: left;
	position: absolute;
	left: 3px;
}
#content{
	width: 70%;
	top: 90px;
	float: left;
	position: absolute;
	left: 3px;
}
#right{
	width: 30%;
	top: 90px;
	float: left;
	position: absolute;
	right: 3px;
}
#address {
	width: auto;
	float: none;
	text-align: center;
	position: absolute;
	bottom: 10px;
}