html, body {
	position:absolute;
	height:100%;
	width:100%;
	background-color:#fff;
	font-family:Arial, sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
	border:0;
}

h1 {
	text-align:left;
	position:absolute;
	left:25%;
	top:20px;	
	margin:0;
	padding:0;
	line-height:1.5em;
    font-family:Gergia, serif;
	font-size:40px;
	font-weight:normal;
	font-style:italic;
    color:#222;
}

h2 {
	font-size:16px;
	color:#000;
    font-family:Gergia, serif;    
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	margin-top:0;
	padding-top:1em;
	margin-bottom:30px;
	padding-bottom:0;
}

span.other {
	color:#666;
	font-size:0.85em;
    margin-left: 50px;
}

#top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:left;
	height:120px;
}

#middle {
	clear:both;
	margin-left:25%;
	padding-top:120px;
}

#hymn {
	margin-top:1em;
	margin-bottom:2em;
	font-size:0.95em;
}

#mailto {
	background-color:#FFFCDF;
	position:fixed;
	_position:absolute;
	top:120px;
	margin-top:8em;
	left:0;
	width:20%;
	line-height:1.5em;
	font-size:0.8em;
	-moz-box-shadow: 1px 1px 10px #dfdfbf;
	-webkit-box-shadow: 1px 1px 10px #dfdfbf;
	box-shadow: 1px 1px 10px #dfdfbf;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;	
}

#mailto div {
	padding:10px 10px 10px 10px;
}

td {
    vertical-align: top;
    padding: 0 50px 0 0;
}

td div.m {
    margin: 0;
    padding: 0;
	height: 80px;
    white-space: nowrap;
}

span.player,
span.player span {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

span.zag {
    display: inline-block;
    width: 1px;
    height: 50px;
    position: relative;
    z-index: 10;
}

span.player {
    background: url('/i/music_buttons/play.png') top left no-repeat;
}

body span.play {
    background: url('/i/music_buttons/play_active.png') top left no-repeat;
}

body span.pause {
    background: url('/i/music_buttons/pause.png') top left no-repeat;
}

body span.hover span.pause {
    background: url('/i/music_buttons/pause_hover.png') top left no-repeat;
}

body span.hover span.play {
    background: url('/i/music_buttons/play_active_hover.png') top left no-repeat;
}

body span.hover span {
    background: url('/i/music_buttons/play_hover.png') top left no-repeat;
}

#middle span.c {
    position: relative;
    left: 5px;
    top: -23px;
}