* { 
	margin:0; padding:0; border:0; 
}

html {
	overflow: auto;
	height: 100%;
}

body {
	font-family: Palatino Linotype, Book Antiqua; serif;
	font-size:10px;
	height: 100%;
	background-color: #000000;
	color:#ffffff;
	overflow: hidden;
}

#monoSlideshow {
	height: 100%;
	z-index: -1;
}		
#title {
	bottom: 5px;
	position: absolute;
	right: 15px;
}

a:visited
{
	color:#ffffff;
}
a
{
	outline: 0px;
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}

div.textLabel
{
	position: absolute; 
	background-color: #000000; 
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
	cursor: hand;
}

div.menuContainter{
	position: absolute; 
	width: 650px; 
	height: 250px;
}
