body {
	background-color: #232323;
}
html, body.lpc {
	background-color: black;
	height: 100%;
}
body.lpc div#wrapper {
	background-color: black;
	position: relative;
	width: 745px;
	padding: 0;
	height: 100%;
	min-height: 320px;
	margin: 0 auto;
}
* html body.lpc div#wrapper {
	height: 320px;
	padding: 20px 0;
}
body div#lpc {
	display: none;
}
body.lpc div#lpc { 
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 745px;
	height: 320px;
	margin-left: -372px;
	margin-top: -160px;
	cursor: pointer;
}
body.lpc div#lpc p {
	text-align: center;
}
