td img {
	display: block;
}
html{
	overflow:hidden;
}
html #wrapper{
   height: 1%;
}
body{
	background-color:#797BEF;
	background-image:url(../images/bk1.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 0 0 0;
	font-size:14px;
}
.main{
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
.contents {
	height: 330px;
	width: 570px;
	overflow: auto;
	padding: 8px;
	color:#FFFFFF;
	background-color:#797BEF;
}
.title{
	color:#FFFF00;
	font-weight:bold;
	font-size:14px;
	border-bottom:2px solid #FFFF00;
}
a{
	color:#FF9407;
	text-decoration: underline;
	font-weight:bold;
}
a, hover{
	color: #FF9407;
	text-decoration: underline;
	font-weight:bold;
}
.copyright{
	color:#FFFF00;
	text-decoration:none;
}
.developer{
	color:#FFFF00;
	text-decoration:none;
}
.developer a{
	font-size:13px;
	color:#FFFF00;
}
.subTitle {
	color: #FFFF00;
	font-weight: bold;
}
.Product_Code {color: #FFFF00;}
.sub_subTitle{font-weight:bold;}