/* @override http://localhost:8888/live/public_html/css/splash.css */

@charset "UTF-8";

body {	
}

body {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #493F3E;
  margin: 0;
  padding: 2em;

}
#pagewrapper {
	margin: 0;
	width: 100%;

}
#wrapper {
  width: 694px;
  height: 474px;
  margin-left: auto;
  margin-right: auto ;
  background: #493F3E url(../img/ketos_mosaic.jpg) no-repeat 50% 0;
  border: 1px solid #000;
	opacity: 1;
}
#content {
  width: 100%;
  height: 274px;
  text-shadow: #000000 0.1em 0.1em 5px;
  text-align: right;
}

#bottom {
	position: relative;
	margin: 0em;
	padding-top: 1.5em;
	width: 100%;
	height: 170px;
	color: #0000;
	text-shadow: #f8f0dd 1px 1px 5px;
}

#acknowledgements{
	text-align: left;
	bottom: 0px;
	font-weight: bold;
	font-style: italic;
	bottom:0px;
	left: 0px;
	position: absolute;

}

#picturecredit{
	  text-align: right;
	  text-shadow: # 0.1em 0.1em 0.1em;
	  float: right;
	  bottom: 0px;
	  right: 0px;
	  position: absolute;
}

h1{
	color: #f60;
	font: italic bold 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.2em;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0em;
	margin: 0em;
}

h2{ color: #f60;
	text-align: right;
	padding-right: 5px;
	margin: 0em;
	
}

#enter	{
	text-align: center;
	display: block;
	position: relative;
	top: 3.75em;
}

a{ color: #FFF; 
	background-color: #006666;
	text-decoration: none;
	font-size: 2em;
	padding: 5px;
	border: 1px solid #000;
}

a:hover{
		background-color: #FF8C00;
		color: #FFF;	
}



