	* {
		margin:		0px;
		padding:	0px;
		border:		0px;
		outline: 	none;
	}

	body {
		background-color: #000;
	}
	
	
/*	CENTERING	*/

	.centerdiv { text-align: center; }	/* IE method of centering a relative div */
	.centerdiv>div { margin: 0 auto; }	/* Proper way to center a relative div */

	.container {
		position: relative;
		top: 0;
		width: 700px;
	}
	
/*	MENUS	*/

	a .alt { display: none; }
	
	a#menu1, a#menu2, a#menu3, a#menu4 {
		position:absolute;
		left:174px;
		width: 136px;
		margin: 0 auto;
		display: block;
	}
	
	a#menu1 {
		top:343px;
		height: 45px;
		background-image: url(../../resources/index/menu_1.jpg);
	}
	
	a#menu1:hover {
		background-image: url(../../resources/index/menu_1-over.jpg);
	}
	
	a#menu2 {
		top:388px;
		height:44px;
		background-image: url(../../resources/index/menu_2.jpg);
	}
	
	a#menu2:hover {
		background-image: url(../../resources/index/menu_2-over.jpg);
	}
	
	a#menu3 {
		top:432px;
		height:43px;
		background-image: url(../../resources/index/menu_3.jpg);
	}
	
	a#menu3:hover {
		background-image: url(../../resources/index/menu_3-over.jpg);
	}
	
	a#menu4 {
		top:475px;
		height:47px;
		background-image: url(../../resources/index/menu_4.jpg);
	}
	
	a#menu4:hover {
		background-image: url(../../resources/index/menu_4-over.jpg);
	}

	.secretdoor {
		position:	absolute;
		top: 140px;
		left: 190px;
		width: 35px;
		height: 30px;
		z-index: 30;
		cursor: default;
		border: 0;
	}

	.neokio {
		position:	absolute;
		top: 392px;
		left: 665px;
		width: 20px;
		height: 18px;
		z-index: 30;
		cursor: pointer;
		border: 0;
	}


