body {
	background-color: #FFF6F6;
	color: #454196;
}

#container {
	background-image: url("img/lily-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	position: absolute;
	top: 0;
	height: 100%;
	left: 20%;
	width: 60%;
	vertical-align: middle;
	border: 2px solid #5651B7;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
}

#title {
	font-style: italic;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0.25em;
	padding: 0.2em 0.4em;
	font-size: x-large;
	width: 60%;
}
/* Hide from IE */
html>body #title {
	font-size: xx-large;
	width: 50%;
}

#title, #quote {
	border: 1px solid white;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='img/white-translucent.png',
		sizingMethod='scale');
}
/* Hide from IE */
html>body #title, 
html>body #quote {
	background: url(img/white-translucent.png);
}

#title #byline {
	font-size: small;
}

#links {
	position: absolute;
	left: 25%;
	top: 35%;
	width: 50%;
	text-align: center;
}

#links ul#list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#links ul#list li {
	font-size: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	padding: 0.75em 1.25em;
	padding-left: 0;
}
#links ul a {
	text-decoration: none;
	font-weight: bold;
	padding: 0.5em 1em;
	color: #454196;
	border: 1px solid;
	border-color: white;
	width: inherit;
	white-space: nowrap;
	background: url(img/white-translucent.png);
}
/* Hide from IE */
html>body #links ul a {
}

#links ul a:hover {
	color: #514DA4;
	border-color: #514DA4;
	margin: 0;
}

#quote {
	font-style: italic;
	font-size: medium;
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 60%;
	z-index: 2;
	margin: 0.5em;
}
#quote blockquote {
	margin: 1em;
}
