body
{
	background-color: hsl(240, 50%, 15%);
	background-image: url("cornercynthia.php"), url("mesh.png");
	background-repeat: no-repeat, repeat;
	background-attachment: fixed;
	background-position: left bottom;
	color: #fff;
	font: 12px "Segoe UI", "Tahoma", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
}
a img
{
	border: 0px none;
}
a
{
	text-decoration: none;
	color: #0ff;
}
a:visited
{
	color: #088;
}
a:hover
{
	color: #0cc;
}

#logo
{
	content: url(hrlogo.png); /* Reported to not work in Fx 3.6, see if I care :) */
	margin: 16px auto;
	font-size: 34px;
}

#main
{
	background: url("mainattractions.png") no-repeat top left;
	padding: 16px 0px;
	width: 524px;
	margin: auto;
	text-align: left;
}
#main a img
{
	border: 1px solid black;
}
#main a:hover img
{
	border-color: #088;
	box-shadow: 0px 0px 32px #088;
}

#container
{
	width: 540px;
	margin: auto;
	text-align: center;
}

#buttons
{
	float: right;
	background: url("buncholinks.png") no-repeat top left;
	padding: 16px 0px;
	width: 260px;
	margin: auto;
	text-align: left;
}
#buttons a img
{
	border: 1px solid black;
}
#buttons a:hover img
{
	border-color: #088;
	box-shadow: 0px 0px 32px #088;
}

#stuff
{
	float: left;
	background: url("othercrap.png") no-repeat top left;
	padding: 16px 0px;
	width: 260px;
	margin: auto;
	text-align: left;
}
ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul li a
{
	padding-left: 12px;
	background: url("list2.png") center left no-repeat;
}
ul li a:hover
{
	background-image: url("list.png");
	text-shadow: 0px 0px 8px #088;
}

#quote
{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #fff 0px 0px 16px;
	position: relative;
	top: -20px;
}

#footer
{
	/* position: absolute; */
	position: fixed;
	z-index: -1000;
	bottom: 0px;
	color: gray;
	font-size: 8px;
	text-shadow:  1px  1px 0px #000,
		      0px  1px 0px #000,
		     -1px  1px 0px #000,
		     -1px  0px 0px #000,
		     -1px -1px 0px #000,
		      0px -1px 0px #000,
		      1px -1px 0px #000,
		      1px  0px 0px #000;
}

