@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 url(../img/palatio_bg.jpg) no-repeat fixed 50% 50%;
	color: #FFF;
	font-family: Times New Roman;
	font-weight: lighter;
}
#mainWrapper {
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	z-index: 10;
	position: absolute;
	height: 672px;
	top: 50%;
	margin-top: -336px;
	outline:0;
}