#splash {
 background-color: #fff;
    background-image: url(img/111.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;
	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: -5px;
	left: -9px;
	z-index: 1
	
}

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

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

.gal .preview
{
	
	width: 155px;
	height: 192px;
	
}


*, 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;
}

		.overlay:target { display: table; }
		
#next {
	position: absolute;
	top: 247px;
	right: 193px;
	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: 755px;
	width: 70px;
	height: 100px;
	cursor: pointer;
	background: url(img/prev.png) no-repeat scroll 0px 0px transparent;
	text-align: center;
	color: #959595;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

