html {
	text-align: center;
}
body {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	height: 478px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	margin: 0px;
	padding: 4px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
h1 {
	margin: 0px;
	padding: 4px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}
a {
	color: #054c6e;
	text-decoration: none;
}
a:hover,.click {
	color: #1a9acc;
}
.style1 {
	font-size: 14px
}
.style2 {
	font-size: 18px
}
.style3 {
	font-size: 16px
}
.style4 {
	font-size: 12px;
}
.submenu {
	font-size: 12px;
	color: #fff;
}
.link {
	color: #fff;
	text-decoration: underline;
}
.title {
	font-weight: bolder;
}
#logo {
	font-size: 0px;
	color: #fff;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat;
	text-indent: -500px;
	display: block;
	float: right;
	height: 77px;
	width: 266px;
}
#menu {
	margin: 0px;
	padding: 60px 0px 0px 10px;
	list-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#menu li {
	float: left;
	background: url(../images/menu.png) no-repeat right bottom;
	margin: 0px;
	padding: 0px 18px;
	height: 18px;
}
#title_box{
	background: url(../images/title-welcome.png) no-repeat right bottom;
	position:relative;
	top: 50px;
	left: 80px;
	width: 115px;
	height: 36px;	
}
#text_box{
	background: url(../images/text_box_bg.png) repeat right bottom;
	padding: 30px 30px 30px 30px;
	color: #fff;
	position:relative;
	top: 80px;
	left: 80px;
	width: 455px;
	height: 170px;
	clear: both;
}

#background {
	background: url(../images/bg_engima_keyboard.gif) no-repeat;
	height: 478px;
	width: 980px;
	margin: 0px 0px 20px;
	clear: both;
}
#footer {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #474747;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
#footer2 {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
