body {
	margin:0;
	background-color:#FFFFFF;
}

img {
	border:0;
}

#center-content {
	width:924px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

#screen {
	float:left;
	width:800px;
	height:540px;
	margin-left:30px;
	margin-right:30px;
}

#left {
	float:left;
	width:32px;
	height:540px;
	background:url(images/left.png) center no-repeat;
}

#right {
	float:right;
	width:32px;
	height:540px;
	background:url(images/right.png) center no-repeat;
}