html { 
  	background: url(images/bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
html, body {
    	margin-top: 10px;
}
#links {
	height: 40px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(51,51,51,0) 5%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 75%, rgba(51,51,51,0) 95%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(5%,rgba(51,51,51,0)), color-stop(25%,rgba(255,255,255,0.5)), color-stop(75%,rgba(255,255,255,0.5)), color-stop(95%,rgba(51,51,51,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(51,51,51,0) 5%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 75%,rgba(51,51,51,0) 95%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(51,51,51,0) 5%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 75%,rgba(51,51,51,0) 95%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(51,51,51,0) 5%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 75%,rgba(51,51,51,0) 95%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(51,51,51,0) 5%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 75%,rgba(51,51,51,0) 95%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	font-size: 1em;
	text-align: center;
	font-family: Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	letter-spacing: 0.05em;
}
a:link {
    	color: #000000;
	text-decoration: none;
}
a:visited {
    	color: #000000;
	text-decoration: none;
}
a:hover {
    	color: #333333;
	text-decoration: underline;
}
a:active {
    	color: #333333;
	text-decoration: underline;
}
#links ul {
    	height: auto;
    	padding: 10px 0px;
    	margin: 0px;
}
#links li {
	display: inline;
	padding: 20px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
#line {
	height: 2px;
	width: 1000px;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
}
.large {
	font-size: 1.8em;
}