html,body {
	background: rgb( 0,0,0 );
	font: normal 11px/120% Verdana,Arial;
  color: rgb( 47,47,47 );
	text-align: center;
	word-spacing: 1px;
	margin: 0px;
} a {
  font: normal 11px/120% Verdana,Arial;
  text-decoration: none;
  color: rgb( 47,47,47 );
  font-weight: bold;
} hr {
	clear: both;
	background-color: rgb( 0,0,0 );
	border: none;
	height: 1px;
	margin: 6px 0px 10px 0px;
} img {
	border: none;
}
#header {
	position: relative;
	width: 916px;
	height: 113px;
	margin: 0 auto;
	background: rgb( 0,0,0 ) url( ../bodyImg/header.png );
} #header #backToMain {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 100px;
} #header #headerText {
  position: absolute;
  width: 400px;
  left: 200px;
  top: 40px;
  font-size: 14px;
  color: rgb( 255,255,255 );
  text-align: center;
} #header #ChooseCountry {
  position: absolute;
  top: 20px;
  right: 90px;
  height: 16px;
  width: 60px;
  background-color: rgb( 255,255,255 );
  font-weight: bold;
}
#logo {
	position: absolute;
	left: 28px;
}
#contentBody {
	position: relative;
	width: 916px;
	clear: both;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	background: rgb( 255,255,255 ) url( ../bodyImg/body.png );
	/*background: rgb( 255,255,255 ) url( ../bodyImg/body.png );*/
}
#contentTable {
  position: relative;
  width: 766px;
  border-collapse: collapse;
  padding: 0px;
  margin-left: 90px;
}
#leftContent {
	position: relative;
	width: 110px;
}
#contentCenter {
	position: relative;
	float: left;
	width: 446px;
	background: rgb( 255,255,255 );
	text-align: justify;
}
#mainContent {
  position: relative;
  clear:both;
  float: left;
  width: 420px;
  height: 100%;
  padding: 0 10px 8px 10px;
  overflow-x: hidden;
}
#rightContent {
	position: relative;
	float:right;
	width: 210px;
}
#menu {
  position: relative;
	height: 30px;
	width: 100%;;
	padding: 0 10px 0 10px;
	clear: both;
	overflow: hidden;
} #menu a {
  color: rgb( 87,87,87 );
  font-size: 13px;
	font-weight: bold;
} #menu a.active {
	color: rgb( 0,0,0 );
} #menu span {
	width: 105px;
	height: 16px;
	float: left;
	text-align: center;
	overflow: hidden;
} 
#menujoon {
  clear: both;
  margin: 0px auto;
	margin-bottom: 6px;
}
#galleryBackground {
  position: relative;
  width: 185px;
  height: 222px;
  background: rgb( 255,255,255 ) url( ../bodyImg/gallery.png );
  background-repeat: no-repeat;
  padding: 30px 0px 30px 18px;
  cursor: pointer;
} div#gallery {
} div#gallery img {
  border: none;
  margin: 0px;
  padding: 0px;
} div#gallery li {
  width: 70px;
  height: 60px;
  float: left;
  overflow: hidden;
  list-style: none;
  margin: 4px;
  padding: 0px;
  cursor: pointer;
} div#gallery a {
  margin: 0px;
  padding: 0px;
}
#footer {
	position: relative;
	width: 916px;
	height: 83px;
	background: rgb( 0,0,0 ) url( ../bodyImg/footer.png );
	margin: 0 auto;
	clear: both;
	padding: 0 90px 0 90px;
}
div.weAre {
  width: 720px;
	color: rgb( 47,47,47 );
	font-size: 10px;
	padding-top: 45px;
	height: 20px;
	text-align: center;
}
.marginLeft {
	margin-left: 8px;
}
/**
 * Login Area
 */
div#userLogin {
  position:absolute;
  margin-left: -20px;
  color: rgb( 255,255,255 );
  background: black;
}
div#userLogin input {
  height: 12px;
  width: 80px;
  font-size: 9px;
  padding-left:6px;
}
div#userLogin p {
  padding: 0px;
  margin: 2px;
  clear: left;
}
div#userLogin label {
  float: left;
  width: 70px;
  text-align: right;
}
/**
 * UserArea
 */
div#userInfo {
  position:relative;
  margin-left: 80px;
  width: 760px;
  text-align: right;
  height: 20px;
}
div#userMenu {
  position: relative;
  margin-left: 80px;
  padding-bottom: 10px;
}
