@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {background:#DDE3EA none repeat scroll 0 0; text-align:center; margin: 0; padding: 0;}

#centeredcontent {
	width: 989px;
	height: 624px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -308px;
}
#content {
	position: relative;
	width: 980px;
	height: 624px;
	float: left;
}
#shadowright {
	width: 9px; 
	height: 624px;
	float: left;
	clear: right;
	background: transparent url(/fileadmin/tpl/img/shadow/topRight.jpg) no-repeat scroll right bottom;
}
#btmleft {
	background: transparent url(/fileadmin/tpl/img/shadow/bottomLeft.jpg) no-repeat scroll left top; 
	width: 980px;
	height: 9px;
	float: left;
	clear: left;
}
#btmright {
	background: transparent url(/fileadmin/tpl/img/shadow/bottomRight.jpg) no-repeat scroll left top;
	width: 9px;
	height: 9px;
	float: left;
}