﻿h1, h3 
{
    visibility: hidden;
}
#background-splash
{
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	min-width: inherit;
	min-height: inherit;
}
#background-splash img
{
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  } 
body 
{
    overflow: hidden;
}
