/**
 * Site width definitions
 */
div.siteWidth {
	margin:0 auto;
}
div.siteWidth.withSidebar {
	position:relative;
	left:50%;
	margin:0 0 0 -465px;
}

#platformtip, #iostip {
	left:50%;
	margin-left:-465px;
}