@charset "utf-8";

html{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1024px;
  overflow-y:scroll;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
}

a {
  outline: none;
}

img  {
  vertical-align: top;
  border: none;
}

.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../images/spacer.gif);
    z-index: 1000;
}

#header2_box li {
  height: 60px;
  overflow: hidden !important;
}

/*----------------------------------------------------
  #loader
----------------------------------------------------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #000;
}

#l_box  {
  position: relative;
  width: 500px;
  height: 100px;
  top: 43%;
  margin: 0 auto;
  background: url(../images/loading1.gif) scroll no-repeat 50% 0px;
}

#l_word  {
  position: relative;
  width: 100%;
  height: 100px;
  top:70px;
  margin: 0 auto;
  text-align: center;
}


/*----------------------------------------------------
  TAG Reset
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, caption, img, form, blockquote, u, em, i {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size:inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}


