
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
img {
      	width: 100%;
		left: 0;
		bottom: 0;
		border: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a {
	color:#090
}
h1 {
	color: #F37244;
	font-size: 17px;
	font-weight: bold;
}
p {
	color: #84874D;
	font-size: 16px;
	font-weight: normal;
}

.CastText {
	z-index: 1;
	position: absolute;
	width: 1335px;
	left: 30px;
	top: 30px;
	height: 269px;
	left: 197px;
}

.GratitudeText {
	z-index: 2;
	position: absolute;
	width: 1136px;
	top: 300px;
	left: 593px;
	height: 291px;
}
.RecordingText {
	z-index: 3;
	position: absolute;
	width: 636px;
	top: 125px;
	left: 1044px;
	height: 147px;
}
.SongsText {
	z-index: 4;
	position: absolute;
	width: 770px;
	top: 776px;
	left: 969px;
	height: 705px;
}
.CoverText {
	z-index: 5;
	position: absolute;
	width: 561px;
	top: 1322px;
	left: 25px;
	height: 145px;
}
.IngressText {
	z-index: 6;
	position: absolute;
	width: 561px;
	top: 1665px;
	left: 25px;
	height: 145px;
}
.WebsiteText {
	z-index: 7;
	position: absolute;
	width: 990px;
	left: 300px;
	top: 1480px;
	left: 721px;
	height: 394px;
}
.ProgrammingText {
	z-index: 6;
	position: absolute;
	width: 1401px;
	top: 1870px;
	left: 25px;
	height: 145px;
}
.HatImage {
	z-index: 8;
	width: 220px;
	height:220px;
	left: 1470px;
	top: 1860px;
	position: absolute;	
}
	
.LeftEye {
	z-index: 10;
	top: 903px;
	left: 813px;
	width: 15px;
	height:7px;
	position: absolute;	
}	

.Eye{
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	background-color: #FFC;
}

.EyePupil{
  background: black;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 2px solid #333;
}
	
body {
	background-image: url(../images/SoSCredits.jpg);
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    /*max-width: 1884px;*/
    width: 1884px;
	height: 2048;
	border: 0;
	z-index: -1;
}

.

li { cursor: pointer; }
