html {
	background-color: white;
}

img {
	border-width: 0;
}

#main {
	height: 0;
}

.contact {
	color: gray;
	font-size: 12px;
}

#showtext {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #808285;
	width: 377px;
	text-align: right;
	position: relative;
	top: 330px;
	margin-left: 170px;
}

#footer {
	text-align: center;
	color: silver;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 1071px;
	margin: 60px auto 10px;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: gray;
}

#footer a:hover {
	color: #fdabc2;
}