@charset "utf-8";
/* CSS Document */
/* GENERAL */
body {
	margin: 0px;
	background: #5C1713;
  color: #ffffff;
  font-family: Tahoma;
}
a {
  font-size: 12px;
  color: #ffffff;
}
a:hover {
  color: #990000;
}
img {
  border: none;
}

/* STRUCTURE */
.main_container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url('../imgs/background-main.jpg') repeat-y;
}
.header {
  height: 257px;
  width: 900px;
  margin-left: 47px;
	margin-right: 50px;
  background: url('../imgs/header.jpg') no-repeat;
}

#top_banner{
	height:90px;
 	 width: 728px;
 	 margin-left: 68px;
}

.content {
  margin-left: 50px;
}
.left {
  float: left;
  width: 125px;
  margin-top: 30px;
}
.center {
  float: left;
  width: 582px;
  text-align: center;
  margin-left: 13px;
  margin-right: 13px;
  
}
.centerBox {
  float: left;
  width: 582px;
  text-align: center;
  background: url('../imgs/background-white.jpg') repeat-y;
  margin-top: 15px;
}

.right {
  float: left;
  width: 160px;
  text-align: right;
  margin-top: 30px;
}
.description {
  float: left;
  width: 550px;
  margin-left: 11px;
  text-align: justify;
}
.refering {
  width: 900px;
  text-align: center;
  font-size: 9px;
  color: #ffffff;
}
.footer {
  width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}


/* SCAN */
#centerTopBanner{
	margin-top: 20px;


}
#container {
	width: 400px;
	position: absolute;
	top: 608px;
	left: 60px;

}
#temp {
  color: #000000;
  margin-left: 66px;
  float: left;
  text-align: center;
}


#input {
  font-size: 20px;
	text-align: center;
  background: none;
	border-style: none;
	width: 377px;
	height: 40px;
	color: #FFFFFF;
	margin-top: 15px;
}

#input_div{
  background: url('../imgs/textinput.png') no-repeat;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
	width: 402px;
	height: 56px;
  z-index: 10;
}

#go {
  background: none;
  background-image: url('../imgs/search.png');
	border: none;
	width: 120px;
	height: 38px;
	cursor: pointer;
	position: absolute;
	top: 55px;
	left: 140px;
}

#flyDiv{
  background: url('../imgs/box.gif') no-repeat;
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 400px;
  z-index: 0;
}

/* Flying div structure */
  #bookmark {
    position:absolute;
    height:16px;
    width:125px;
    top: 20px;
    left: 250px;
  }

  #avatar {
    padding-left:2px;
    padding-top:2px;
    position:absolute;
    left:24px;
    top:14px;
    height:96px;
    width:96px;
    z-index:0;
  }
  
  #userId {
    color:#FFFFFF;
    font-style:italic;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    text-align:center;
    position:absolute;
    top: 90px;
    left:70px;
    height:30px;
    width:300px;
  }
  
  #status {
    color:#FFFF00;
    font-size:24px;
    font-style:bold;
    position:absolute;
    height:30px;
    width:200px;
    top: 45px;
    left: 130px;
  }
  
  #download {
    font-family:Arial, Helvetica, sans-serif;
    font-size:19px;
    text-align:center;
    position:absolute;
    left: 33px;
    top: 112px;
    width: 90px;
    height: 20px;
  }

  #dw {
    position:absolute;
    top: 0px;
    left: 0px;
  }

  #download_holder a{
    text-decoration: none;
    color: rgb(255,255,255);
    cursor: pointer;
  }

  #download_holder a:hover {
    color: #fcfd00;
  }
h1 { color: #000; }


/* TEXT */
.description h2 {
  font-size: 22px;
  font-weight: normal;
  color: #000000;
}

.description p {
  color: #9C0707;
  background: white;
  padding: 6px;
  border: solid 1px #dddddd;
}

.refering a {
  font-size: 10px;
  color: #ffffff;
}

.refering a:hover {
	color: #ff0000;
}
.text { color: #000; background-color: #fff; padding: 0 5px; }