@import url('page.css');
@import url('form.css');
@import url('menu.css');
@import url('fancy.css');

*{
	margin	: 0;
	padding	: 0;
}

body{
	background	: #37322c url('../img/bg.jpg') top center repeat;
	text-align	: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #d2c5b7;
}

a {
	outline: none;
	text-decoration:none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.4em;
	padding: 0.5em 0 0.5em 0;
}

img {
	border		: 0;
}


.clear{
	clear : both;
}

div#footer{
	width : 1000px;
	height : 151px;
	margin : 0 auto;
	padding : 20px 0 0 0;
	color : #ddc06b;
	font : 0.9em Arial, Helvetica, sans-serif;
	background : transparent url(../img/index/footer.jpg) top center no-repeat;
}

/* =================================== */
/* ============= FOOTER ============== */
/* =================================== */

#footer p {
	margin: 0;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

/* =================================== */
/* ============= LOADER ============== */
/* =================================== */

#loader {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background	: #37322c;
	z-index: 4000;
}

div.loader{
	margin-top	: 240px;
}

#loader p {
	text-align: center;
	color: #978d80;
	font-size:0.9em;
	margin:0;
	padding:0;
}
