﻿html {
	height:100%;
}

body {
	background-color:Black;
	height:auto;
	text-align: center;


}

#layout {
	position: relative;
	width:483px; 
	height:auto;
	margin: auto;
	text-align: center;


}

#image {
	background-image: url(Pictures/splash.png);
	height:748px;
	width:483px;
	background-color:black;
}

#image a { 
  display:block;
  width:100%;
  height:100%;
  color:white;
  

}













