@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #F0F0F0;
}

#wrapper {
	margin: auto;
	width: 760px;
	min-height: 100%;
	background-image:url(../images/frame_bg.gif);
}

#content {
	overflow: auto;
	width: 760px;
	background-image:url(../images/frame_bg.gif);
	padding-bottom: 50px;
}

#footer {
	position: relative;
	width: 760px;
	margin-top: -50px; /* negative value of footer height */
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	clear: both;
}

table {
	border: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height:16pt;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.filmstrip {
	margin:auto;
	width: 630px;
	height: 217px;
}

#slideshow > div { 
    position: absolute;
}