* {	margin:0px; padding:0px; border:0px; }
html { overflow: hidden; }
html, body { width:100%; height:100%; }
div#main {
	width:100%;
	height:100%;
}
div#pause {
	width:100%;
	height:100%;
}
div#alternateContent {
	position:relative;
	width:950px;
	height:100%;
	margin:0px auto -20px;
}
div.column {
	display:inline;
	width:430px;
}
div.left {
	float:left;
}
div.right {
	float:right;
}