html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	font: normal 15px 'Trebuchet MS';
	color: #FFF;
	}

a { text-decoration: none; }
a:link, a:visited { color: #BA93A6; }
a:hover, a:active { color: #ED4999; }

#page {
	width: 620px;
	margin: 0 auto;
	padding-bottom: 20px;
	}

#page h1 {
	width: 620px;
	height: 325px;
	background: url('/images/logo-elaine-carroll.jpg') no-repeat;	
	text-indent: -9999px;
	}

#page h1 a {
	display: block;
	width: 100%;
	height: 100%;
	}

#page h1 a:focus { outline: none; }

#page p {
	padding: 0 5px;
	line-height: 20px;
	letter-spacing: .6px;
	}

#page ul {
	width: 495px;
	height: 40px;
	margin: 25px auto;
	padding: 0 0 0 100px;
	list-style: none;
	background: url('/images/hdr-links.jpg') no-repeat left bottom;
	}

#page ul li {
	display: inline;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 60px;
	}

#page ul li a:link, #page ul li a:visited { color: #FFF; }
#page ul li a:hover, #page ul li a:active { color: #ED4999; }

#page #foot {
	margin-top: 90px;
	padding-top: 90px;
	background: url('/images/img-elaine-dancer.jpg') no-repeat center top;
	text-align: center;
	}

#page #foot p { margin: 0; }
	