body {
	margin: 0; 
	padding:0;
	height: 100%;
	text-align: center; /* FOR IE5 */
	font: 11px Arial;
	color: #000;
	background: #FDFCF3;
	
}

/*****************************/
/*  GENERAL DECLARATIONS     */

body a {
	color: #7D7260;
	text-decoration: none;
}

body a:hover {
	color: #7D7260;
	text-decoration: none;
}

body  a img {
	border: 0;
}




hr {	
	width: 100%;
	height: 1px;
}


p {
	margin: 0;
	padding: 0 0 5px 0;
}



/*****************************/
/* PAGE'S MAIN CONTAINER     */

#Container {
	position: relative;
	display: block;
	margin-top: 70px;
	width: 770px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	background: #FDFCF3 url(../img/start_bg.jpg) no-repeat center center;

}


#Container:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}










