html,body {	margin:0;	padding:0;	height:100%; /* needed for container min-height */	width: 100%;	background-color: #FFFFFF;	text-align: center;	background-image: url(images/bg3_03.jpg);	background-repeat: repeat-x;	background-position: top;}#container {	height:100%; /* IE6: treaded as min-height*/	margin:0 auto; /* center, not in IE5 */	min-height:100%; /* real browsers */	width: 800px;	position: relative;	top: auto;	background-image: url(images/BG_01.jpg);	background-repeat: no-repeat;}#container #nav a:hover {	color: #FFFFFF;	text-decoration: overline;}#box {	border: 1px solid #333333;}#container #nav {	font-family: Helvetica, Arial, sans-serif;	font-size: 18px;	font-weight: bold;	width: 545px;	text-align: right;	position: relative;	top: 100px;	left: 205px;}#container #click {	height: 200px;	width: 200px;	float: left;	margin: 0px;	padding: 0px;	position: absolute;	left: 0px;	top: 0px;}#container #content {	width: 700px;	position: relative;	top: 225px;	left: 50px;	font-family: Arial, Helvetica, sans-serif;	text-align: justify;}#container #footer {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	width: 700px;	height: 25px;	text-align: center;	margin-top: 10%;}#button {	height: 200px;	width: 200px;	z-index: 100;	position: relative;	visibility: visible;	background-color: #0000CC;}h1 {	display: none;}