body {
    background-image: url(../images/gallery-bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin-top: 15px;
	color: #CCC;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.7em;
	color: #CCC;
	text-align: center;
	display: none;
}
a {
	font-size: 0.8em;
}
#logo {
	border: 0;
}
#galleries {}

#container {
	width: 800px;
	margin: 0 auto;
}
a:link, a:visited {
	color: #0CF;
}
a:hover {
	color: #06E346;
}
.verticalLines {
	color: #666;
	font-size: 0.8em;
}
.shortcutKeys {	
	font-size: 0.8em;
	font-weight: bold;
}
.shortcuts {	
	font-size: 0.8em;
}
.footer {
	border-top: 1px dotted #333;
	width: 750px;
}
.tooltip a:link span, .tooltip a:visited span {
	display: none;
}
.tooltip a:hover span {
	position: absolute;
	margin:5px 0px 0px;
	background-color: #5FB0E8;
	width: 250px;
	padding: 5px 10px;
	border: 1px solid #999;
	color: #000;
	display: block;
	left: 480px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}