/* Hide unnecessary elements */
ul#menu-area, ul#submenu-area, div#timestamp {
	display: none;
}

/* Move the logo to the right */
div#logo {
	float: right;
}

/* Don't let the content wrap around the logo */
div#content {
	clear: right;
}