#splash {
 background-color: #f1efe2;
    background-image: url(img/11111.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 99999;
}

a
{
	text-decoration: none;
}

body
{padding:15px;
background-color: #f8f9f3;
	margin:0 auto;
	font:13px Arial, Helvetica, sans-serif;
	overflow-x:hidden;
	color:#000;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	position: fixed;
	width:100%;
	height:100%;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color:#000;
	font: 17px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	ffont-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	line-height:1.5em;
	text-align: left;
}

p a
{
	background: inherit;
	color:#000;
}

p a:hover
{
	color:#1B1896;
	text-decoration:none;
}

/* Gallery Code */

.gal
{
	position: static;
	height: auto;
	width: auto;
	left: 0px;
	top: auto;
	right: auto;
	bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
}
ul li {
    opacity: 1;
}

ul:hover li {
    opacity: 0.4;
}

ul li:hover {
    opacity: 1.0;
}


.gal a .preview
{
	display: none;
}

.gal a:hover .preview
{
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1
	
}

.gal img
{
	background: #fff;
	
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 160px;
	height: 181px;
}

.gal li
{
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	
}

.gal .preview
{
	
	width: 170px;
	height: 189px;
	
}


*, html { font-family: Verdana, Arial, Helvetica, sans-serif; }
html, body { height: 100%; }


img { border: none; }

	


.overlay:target { display: table; }
#button-next {
	position: absolute;
	top: 273px;
	right: 5px;
	width: 18px;
	height: 100px;
	cursor: pointer;
	background: url(img/next.gif) no-repeat scroll 0px 0px transparent;
	text-align: center;
	color: #959595;
}

#button-previous {
	position: absolute;
	top: 273px;
	right: 1008px;
	width: 18px;
	height: 100px;
	cursor: pointer;
	background: url(img/prev.gif) no-repeat scroll 0px 0px transparent;
	text-align: center;
	color: #959595;
}

#footer {
	padding: 0px;
	}

#next {
	position: absolute;
	top: 247px;
	right: 34px;
	width: 70px;
	height: 100px;
	cursor: pointer;
	background: url(img/next.png) no-repeat scroll 0px 0px transparent;
	text-align: center;
	color: #959595;
}

#previous {
	position: absolute;
	top: 247px;
	right: 913px;
	width: 70px;
	height: 100px;
	cursor: pointer;
	background: url(img/prev.png) no-repeat scroll 0px 0px transparent;
	text-align: center;
	color: #959595;
}
