html, body {
	margin:0;
	padding:0;
	height:100%;
}

	* {
   outline: none;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #FFF;
	font-size:11px;
	font-weight:bold;
	background:url(../images/galleryBack.png);
	
}
a{
	color: #FFF;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background:url(../images/galleryBigBack.jpg);
	
	height:100%;
}
div#container {
	padding: 15px 20px 0;
	
}

div.navigation a.prev {
	background-image: url(../images/prevPage.png);
}
div.navigation a.next {
	background-image: url(../images/nextPage.png);
}
