/* CSS Document */

/* Document */
html {
	height: 101%;
}
body {
	height: 100%;
	margin: 0px;
	background-image: url("../Images/Base.png");
}

/* Page */
.Body {
	background-image: url("../Images/Fade.png");
	background-position: top;
	background-repeat: repeat-x;
	min-height: 100%;
}
.Page {
	background-color: white;
	background-image: url("../Images/Page.png");
	width: 696px;
}
.Content {
	padding: 20px;
	padding-top: 10px;
	min-height: 300px;
}

/* Slideshow */
#Slideshow
{
	overflow: hidden;
	position: relative;
	width: 350px;
	height: 190px;
}

#Slideshow img
{
	display: none;
	position: absolute;
	width: 350px;
	height: 190px;
}