/*   CSS for Global   */
body, div{
	margin: 0;
	padding: 0;
}
body{
	background-color: #000;
}
#wrapper{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


/*   CSS for Logo  */
#logo{
	width: 0;
	height: 0;
	background-color: #000;
	z-index: 9000;
	position: relative;
}
#logo_img{
	left: 0;
	position: absolute;
}
#mp3player{
	right: 0;
	position: absolute;
}


/*   CSS for Menu, Announcement and Contact (Within Menu Wrapper)  */
#menu_wrapper{
	width: 100%;
	height: 150px;
	top: -150px;
	background-color: #000;
	z-index: 7000;
	position: absolute;
}
#menu{
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 7300;
	position: absolute;
}
#menu div{
	width: 150px;
	margin: 10px 0;
	text-decoration: none;
	float: left;
}
#menu a, #menu img, .menu_item{
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	border: none;
	outline: none;
}
.add_cursor{
	cursor: pointer;
}
#announcement{
	width: 100%;
	top: 0;
	left: 0;
	z-index: 7200;
	position: absolute;
}
#announcement_off{
	top: 30px;
	right: 0;
	position: absolute;
	cursor: pointer;
}
#contact{
	width: 100%;
	top: 0;
	left: 0;
	z-index: 7200;
	position: absolute;
}
#contact_off{
	top: 30px;
	right: 0;
	position: absolute;
	cursor: pointer;
}


/*   CSS for Content   */
#content{
	width: 0;
	height: 0;
	z-index: 1000;
}


/*   Others   */
#option_value{
	display:none;
}