body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: 000;
  text-align: center;
  background: #bebebe;
/*  behavior: url('../stylesheets/csshover.htc');*/
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #00b2d9;
  text-decoration: none;
}

a:hover {
  color: #9ddeff;
  text-decoration: underline;
}


.cleaner {
  clear: both;
}


/* Main Layout */


#container {
  margin: 50px auto 0 auto;
  width: 900px;
  height: 693px;
  background: #fff url(../images/bg_home.jpg) 0 0 no-repeat;
  position: relative;
}


#header {
  padding-left: 230px;
  width: 670px;
  height: 182px;
}


.content {
  margin: 0 auto;
  padding: 20px;
  width: 400px;
  height: 290px;
  background: #79b22d;
}


#belt {
  margin: 8px auto 0 auto;
  width: 440px;
  text-align: center;
}


#footer {
  margin: 0 auto 50px auto;
  padding: 8px 30px 0 230px;
  width: 640px;
}

/* Header Setting */

#logo {
  margin: 27px 0 0 0;
  border: none;
  display: block;
  float: left;
}

#arrow_myteltel{
    width: 80px;
	padding: 0 0 0 17px;
	margin-top: 50px;
	background:url(../images/arrow_myteltel.gif) no-repeat 0 0;
	float:right;
	text-align:left;
}

.myteltel_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

.myteltel_text a{
  color: #999;
  text-decoration: none;
}

.myteltel_text a:hover{
  color: #00b2d9;
  text-decoration: none;
}

#nav {
  margin: 145px 0 0 0;
  list-style: none;
  float: left;
}

#nav li {
  float: left;
}


#nav a {
  width: 88px;
  height: 37px;
  font-size: 12px;
  line-height: 37px;
  color: #777;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
}

#nav a.grass:hover {
  background: #8cc640;
  color: #fff;
}

#nav a.water:hover {
  background: #1991d0;
  color: #fff;
}

#nav a.earth:hover {
  background: #996600;
  color: #fff;
}

#nav a.fire:hover {
  background: #ff9900;
  color: #fff;
}

#nav a.window:hover {
  background: #996699;
  color: #fff;
}

#bottom-nav {
  list-style: none;
}

#bottom-nav li {
  float: left;
}


#bottom-nav a {
  width: 110px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-decoration: none;
  text-align: center;
  display: block;
}

#bottom-nav a:hover, #bottom-nav a.on {
  color: #00b2d9;
}

/* Content Setting */

#hand {
  position: absolute;
  left: 15px; 
  bottom: 0;
  z-index: 10;
}

/* Footer Setting */
#copyright {
  font-size: 11px;
  color: #666;
  text-align: left;
  float: left;
}

#links {
  width: 250px;
  font-size: 11px;
  color: #666;
  text-align: right;
  float: right;
}

#links a {
  text-decoration: none;
  color: #666;
}

#links a:hover {
  color: #fff;
}

#links .separator {
  margin: 0 10px;
}

#userLanguage {
  margin: -2px 0 0 100px;
  float: right;
  width: 100px;
  height: 18px;
  font-size: 11px;
}

/* contest */

#bottom-nav-htw {
  list-style: none;
}

#bottom-nav-htw li {
  float: left;
}


#bottom-nav-htw a {
  width: 88px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-decoration: none;
  text-align: center;
  display: block;
}

#bottom-nav-htw a:hover, #bottom-nav-htw a.on {
  color: #00b2d9;
}

