/* CSS Document */
body, html
{
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #bbb;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
p
{
	color: #bbb;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
#PhotoClipper
{
	width: 100%;
	height: 420px;
	overflow: scroll;
	margin: 0px 0 10px 0;
	padding: 0;
}
#PhotoScroller
{
	width: 8800px;
	height: 400px;
	margin: 0;
	padding: 0;
}
#PhotoScroller img
{
	float: left;
	margin: 15px 0 0 15px;
}
#LogoMenu
{
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: bottom;
	position: absolute;
	bottom: 20px;
}
a
{
	color: #eee;
	text-decoration: none;
}
a:hover
{
	color: #ccc;
		text-decoration: none;
}
body, html {height: 100%;}
#outer {height: 100%; overflow: visible;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%; margin-left: 40px; width: 273px;} /* for explorer only */
/* optional: #inner[id] {position: static;} */

