html {background-image:url(images/pattern.jpg);}

body {margin:0;
	padding:0;}

#container {position:relative;
	margin:auto;
	margin-top:3em;
	padding:0;
	background-image:url(images/splashBG.jpg);
	width:800px;
	height:500px;}

a {text-decoration:none;
	outline: 0 none;}

img {border-style:none;}


ul#splashLinks {list-style-type: none;
	position: relative;
	width: 788px;
	height: 185px;
	margin: 0;
	padding: 0;}

ul#splashLinks li {position: absolute;}

li#NY {top: 160px;
	left: 485px;}
	
li#johannesburg {top: 198px;
	left: 485px;}

li#capeTown {top: 236px;
	left: 485px;}

a:hover {border-bottom:2px dotted #fff;}

	
