	* {
		margin:		0;
		padding:	0;
		border:		0;
		outline: 	none;
	}
		
	body {
		background-color:		#000;
	}
	
	.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: 622px;
	}
	
	.nav_1, .nav_2, .nav_3, .nav_4 {
		position:	absolute;
		top:		0px;
		left:		198px;
		width:		145px;
		height:		30px;
		z-index:	2;
	}
	.nav_1 { top:	462px; }
	.nav_2 { top:	492px; }
	.nav_3 { top:	522px; }
	.nav_4 { top:	552px; }
	
	#underline_1, #underline_2, #underline_3, #underline_4 {
		position: absolute;
		top: -1000px;
		left: 198px;
	}
	
	.neokio {
		position: absolute;
		bottom: 10px;
		right: 20px;
		width: 20px;
		height: 10px;
		z-index: 30;
		cursor: pointer;
		border: 0;
	}
	
