html, body {
	height				: 100%;
	width				: 100%;
}
#main {
	position			: relative;
	width				: 640px;
	height				: 480px;
	border				: 2px solid black;
	font				: 14px serif;
}
#slideshow {

	width				: 100%;
	height				: 100%;

}
div.top {

	width				: 100%;
	padding				: 15px 0px 8px 0px;
	border-bottom		: 1px solid black;

}
div.slide {

	position			: absolute;
	top					: 110px;
	left				: 70px;
	width				: 500px;
	height				: 200px;

}
#footer {
	height				: 20px;
	width				: 100%;
	position			: absolute;
	bottom				: 0px;
	padding-top			: 6px;
	font				: 10px sans-serif;
	letter-spacing		: 4px;
	border-top			: 1px dotted black;
}
h1 {
	font				: bold 15px sans-serif;
	font-variant		: small-caps;
	letter-spacing		: 4px;
}
h2 {

	font				: italic 12px sans-serif;
	letter-spacing		: 2px;
	margin-bottom		: 20px;

}
p {

	text-align			: justify;
	font				: 12px sans-serif;

}

