* {
  	margin:0;
  	padding: 0;
}
body {
  	background: #dad8db;
  	color: #555;
  	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#main {
   	/*height: 430px;*/
   	width: 640px;
   	top: 50%;
   	left: 50%;
   	position: absolute;
   	margin-top: -250px;
   	margin-left: -315px;
}
#content {
	z-index: 10;
	width: 610px;
	height: 400px;
	margin: 65px auto;
	padding: 0 0 0 5px;
	/*text-transform: uppercase;*/
   	background: url('../img/injung_underconstruction_bg.png') no-repeat 0 0 scroll;
}

.red {
	color: #e04a39;
}

.gold {
	color: #b1aa5c;
}

#content h1 {
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	position: relative;
	top: 70px;
}

#content h2 {
	font-size: 33px;
}

#content p {
	font-size: 24px;
}

#content div {
	color: #FFF;
	font-family: Tahoma,'Malgun Gothic',±¼¸²,gulim;
}

#content div a {
	color: #E3FF87;
}

#msg1 {
	position: relative;
	padding-left:65px;
	top: 130px;
}
#msg2 {
	position: relative;
	padding-left:155px;
	top: 135px;
}
#msg3 {
	position: relative;
	padding-left:60px;
	top: 190px;
	font-size:0.9em;
}
#msg4 {
	position: relative;
	padding-left:74px;
	top: 190px;
	font-size:0.9em;
}


a {
	color: #5685bb;
	text-decoration: none;
}

#logo {
   	z-index:50;
   	width: 470px;
   	height: 55px;
   	top: 260px;
   	position: absolute;
   	background: url('../img/ltc_label.png') no-repeat bottom center scroll;
}
#castle {
   	z-index:1;
   	width: 609px;
   	height: 377px;
   	left: 150px;
   	top: 89px;
   	position: absolute;
   	background: url('../img/injung_underconstruction.png') no-repeat 0 0 scroll;
}
#flags {
   	z-index:1;
 	width: 178px;
 	height: 43px;
 	margin-left: 1px;
 	position: absolute;
 	background: url('../img/flags.png') repeat-x 0 0 scroll;
}
#dragon {
   	position: relative;
   	z-index:8;
   	opacity: 0;
   	-moz-opacity: 0;
   	width: 470px;
   	height: 265px;
   	background: url('../img/dragon_body.png') no-repeat bottom center scroll;
}
#dragon_head {
   	width: 400px;
   	height: 140px;
   	overflow: visible;
   	position:absolute;
	background: url('../img/dragon_heads.png') repeat-x 0 0 scroll;
}
 
#dragon_wings {
	width: 300px;
	height: 85px;
	overflow: visible;
	margin: 175px 0 0 85px;
	position:absolute;
	background: url('../img/dragon_wings.png') repeat-x 0 0 scroll;
}
#clouds .cloud {
	height: 100%;
	width: 100%;
	z-index:0;
	overflow: visible;
	position: absolute;
	background: url('../img/cloudStripe_big.png') repeat-x 0 0 scroll;
}