html, body {
	margin: 0px;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(img/fd_degrade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
img { behavior: url("pngbehavior.htc");
}
.skip {
	font-family: Arial;
	font-size: 12px;
	color: #ACC4C8;
	text-decoration: none;
}
a.skip {
	font-family: Arial;
	font-size: 12px;
	color: #ACC4C8;
	text-decoration: none;
}
a.skip:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ACC4C8;
	text-decoration: underline;
}