* {
  margin: 0;
  padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #9a9a9a;
	font-size: 0.7em;
	line-height: 1.6em;
}

#header{
	position:relative;
	height:177px;
	width:790px;
	padding-top:40px;
	text-align:center;
}

#menus {
	position:relative;
	width:790px;
	text-align:center;
	padding-top:0px;
	padding-bottom:15px;
}

#menus a,visited {
	height: 28px;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom:1em;
	line-height: 0em;
	overflow: hidden;
	color: #bbbbbb;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	text-decoration:none;
}

#menus a:hover {
	color: #aaaaaa;
	border-bottom: 1px solid #cccccc;
}

#cont{
	width:790px;
	padding-top:1em;
	padding-bottom:2em;
	text-align:justify;
}


#line{
	width:900px;
	border-top: 2px solid #9d9d9d;
	padding-bottom:0em;
}

#conf{
	height:370px;
	width:100%;
	background: url('../images/bg_conf.gif') repeat-x;
}

#footer{
	height:101px;
	width:100%;
	background: url('../images/bg_footer.gif') repeat-x;
}

#specialfooter{
	position:relative;
	text-align:justify;
	width:790px;
}

#special{
	padding-top:1em;
	padding-bottom:1em;
	font-size:1em;
	color:#9d9d9d;
}
#thetext{
	text-align:justify;
	width:790px;
	font-size:1.1em;
}
#thetext a:link{
	text-decoration:none;
	color:#333333;	

}
#thetext a:visited{
	text-decoration:none;
	color:#333333;	
}
#thetext a:hover{
	border-bottom: 1px #333333 solid;
}
#systext{
	text-align:justify;
}
#label{
	position:absolute;
	text-align:center;
	width:85px;
	height:85px;
	padding-bottom:0em;
	background: url('../images/label.png');
}
#comp{
	position:absolute;
	width:160px;
	height:113px;
	background: url('../images/comp.png');
	margin-top:4em;
	margin-left:0em;
}
#labeltext{
	color: #ffffff;
	font-size: 1.5em;
	padding-top:1.7em;

}
#system{
	position:relative;
	padding-left:16em;
	padding-top:5em;
	line-height:1.2em;
	width:145px;
}
.point{
	color:#4bb748;
}
#btn{
	position:relative;
	padding-left:15em;
	padding-top:0.5em;
}
#btn a:hover{
	border:none;
}
