* {
	margin:0;
	padding:0;
}
html, body, form, fieldset, legend {
	background-color:#000000;
}
body,html {
	height:100%;
}
html {
	font-size:100.01%;
}
h1, h2, h3, h4, div, h5, h6, p, pre, blockquote, ul, ol, dl, address, li, dd, blockquote {
	margin:0;
	padding:0;
	font-family:Tahoma,Arial,sans-serif;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
form label {
	cursor:pointer;
}
fieldset {
	border:medium none;
}
input, select, textarea {
	font-family:inherit;
	font-size:12px;
}
img {
	border:0 none;
}
div#wrapper a {
	color:#FFFFFF;
}
.main {
	background-image:url("../images/main.jpg");
	background-repeat: no-repeat;
}
.subpage {
	background-image:url("../images/second.jpg");
	background-repeat:no-repeat;
	text-align:left !important;
}
div#subpage {
	position: relative;
	top: 80px;
	left: 125px;
	width: 620px;
	height: 460px;
	margin: 0 auto;
}
div#content {
	position:relative;
	top:140px;
	left:0px;
	width:620px;
	height:460px;
	margin:0 auto;
}
div#container {
	height:100%;
	text-align: center;
}
div#intro {
	width: 700px;
	height: 512px;
	position:relative;
	top:50%;
	margin-top:-256px;
	margin-left: auto;
	margin-right: auto;
}
div#wrapper {
	width:1024px;
	height:768px;	
	top:50% !important;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	#margin:0 auto;
	color:#EFEFEF;
	overflow: hidden;
}
div#content .gallery {
	position:absolute;
	top:50%;
}
div#footer {
	position:relative;
	text-align:right;
	top:160px;
	left:0px;
	height:25px;
	width:645px;
	margin:0 auto;
	color:#d8d8d8;
}
div#pager {
	position:relative;
	text-align:right;
	float:right;
	top:10px;
	right:25px;
	height:25px;
	width:245px;
	color:#d8d8d8;
}


h1 {
	color:#d0d0d0;
	font-size:25px;
	margin:0 0 8px;
}
h3 {
	color:#efefef;
	font-size:18px;
	margin:0;
}
.small {
	font-size: 11px;
}
.gallery {
	text-align:left !important;
}
.imageContainer {
	width:80px;
	height:80px;
	min-height: 80px;
	border:1px solid white !important;
	float:left;
	text-align:center;
	margin-right:20px;
	margin-bottom:20px;
	line-height:80px !important;
}
.image {
  margin:auto;
  display:block;
}