div#strip {
	display: none;
}
div#head {
	display: none;
}
div#content .left { 
	display: none;
}

div#content .right { 
	float: left;
	width: 660px;
}

div.top {
	display: none;
}