body {
	background:#333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #B0B0B0;
	text-align: center;
	}
#page {
	margin: 20px auto;
	padding: 0;
	width: 960px;
	background-color: #000;
	border: 2px solid #959596;
	text-align: left;
	}
#galleryh {
	padding:0; 
	list-style-type:none; 
	overflow:hidden; 
	width:540px; 
	height:360px; 
	border:1px solid #000; 
	background:#000 url("images/background.jpg");
	position:relative; top:20px; left:210px;
	}
#galleryh li {
	float:left;
	}
#galleryh li a {
	display:block; 
	height:360px;
	width:28px; 
	float:left; 
	text-decoration:none; 
	border-right:1px solid #333; 
	cursor:default;
	}
#galleryh li a img {
	width:28px; 
	height:360px; 
	border:0;
	}
#galleryh li a:hover {
	background:#eee; 
	width:480px;
	}
#galleryh li a:hover img {
	width:480px;
	}
#footer {
	position:relative; top:10px;
	padding: 10 0 0 0;
	width: 960px;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	}
.center {
	text-align: center;
	}
a {
    color: #ff6633;
	text-decoration: none;
	}
a:hover {
	color: #707070;
	text-decoration: underline;
	}
