BODY {
	BACKGROUND-IMAGE:"Cloth-3.jpg";
}
DIV.outer
      {
      position: absolute;
      left: 30%;
      top: 30%;
      width: 720px;
      height: 500px;
      margin-left: -360px; /* half of width */
      margin-top: -250px;  /* half of height */
}
.style2 {
	font-family: Tahoma;
	color: #006600;
	font-size: 10px;
}
a:link       { color: #ffffff;text-decoration:none; }
a:visited    { color: #ffffff;text-decoration:none; }
a:active     { color: #ffffff;text-decoration:none; }
a:hover      { color: #ffffcc;text-decoration:underline; }