/******************************************************************************/
/* MAIN	(customization for index site)										  */
/******************************************************************************/

#main {
	background: url(../images/crown.jpg) center 45px no-repeat;
}

/******************************************************************************/
/* CONTEN FOR INDEX															  */
/******************************************************************************/

#main #content {
	width: 958px;
	height: 286px;
	position: absolute;
	left: 0;
	top: 192px;
}

/******************************************************************************/
/* LOGO																		  */
/******************************************************************************/

#main #logo {
	width: 350px;
	height: 98px;
	position: relative;
	top: 475px;
	margin: auto;
	z-index: 160;
}

