body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 78%;
	line-height: 1.4;
	background-color: #ECECEC;
	background-image: url(fadeblack.gif);
	background-repeat: repeat-x; 
	text-align: center;
}
#container {
	position: relative;
	background-color: #AFCEE5;
	background-color: white;
	text-align: left;
	width: 600px;
	margin: 20px auto 10px auto;
	border: 1px solid gray;
}
#head {
	background-image: url(fade.gif);
	background-repeat: repeat-x; 
	border-bottom: 1px solid gray;
	height: 105px;
}
#head img {
	margin-top: 12px;
	margin-left: 12px;
}
h1,h2 {
	color: #505050;
}
#main {
	width: 330px;
	float: left;
	padding: 15px;
}
#link {
	position: absolute;
	bottom: 15px;
	right: 10px;
	width: 200px;
}
#link a {
	display: block;
	background-image: url(visitn.gif);
	width: 187px;
	height: 170px;
}
#link a:hover {
	background-image: url(visito.gif);
}
#link a span{
	visibility: hidden;
	display: block;
}
div.clear {
	clear: both;
}
