body {	background-image:url(../images/background.jpeg);	background-repeat: no-repeat;	background-position: -5px 190px;	background-attachment: fixed;	margin: 0;
	padding: 0;	font-weight: lighter;}#wrapper {	position: relative;	margin: 0 auto;	width: 900px;}#logo {	background-image: url(../images/logo.png);	width: 177px;	height: 170px;	position: fixed;	top: 10px;}/*Navigation Links */#nav {	position: fixed;	top: 200px;	list-style: none;	margin: 10px 10px;	width: 100px;	z-index: 1;	font-family: "Helvetica", Arial, sans-serif;}#nav a {	color: #FFF;	text-decoration: none;}#nav ul {	padding: 0px;	margin: 0px;}#nav li {	padding: 5px 15px;	margin: 5px;	background-color: #000;}#nav li:hover {	background-color: #F00;	color: #000;}#nav li a:hover {	color: #000;}#nav li.css {	margin-left: -15px;}/* Main Content */#content {	position: absolute;	left: 250px;	background-color: #AAA;	/*opacity: 0.9;*/	padding: 0 15px;	z-index: 2;	font-family: Times, serif;}

.box p::selection {
	background-color: #f00; /* Safari */
}

.box p::-moz-selection {
	background-color: #f00; /* Firefox */
}
/*#alphabox {	opacity: 0.9;}*/.box {	height: auto;}.box a {	color: #A00;	text-decoration: none;}.box a:hover {	color: #F00;	background-color: #000;}
.box h3, h5 {	font-variant: small-caps;	font-family: Helvetica;}.box h3 {	font-size: x-large;}.box h3 a {	color: #000;}.box a img {	border: none;}.box h5 {	margin-left: 0px;}.box #workbox {	margin: 0 auto;}.box blockquote {	font-size: x-large;
	text-indent: -0.5em;}.box ul {	list-style: none;}.box li {	margin-left: 0;	padding: 5px 0 10px;}.box li a {	color: #000;	padding: 5px;}
/* Footer */#footer {	width: 100%;	height: 37px;	position: fixed;	bottom: 0px;
	left: -1px;	z-index: 3;}
#footer #linksbox {
	position: relative;
	height: 115px;
}

#footer #info {
	position: absolute;
	top: 100px;
	left: 50px;
	width: 301px;
	height: 110px;
}

#footer #friends {
	position: absolute;
	top: 100px;
	right: 150px;
	width: 301px;
	height: 110px;
}
#footer ul.links {	color: #FFF;	height: 111px;	width: 301px;
	top: 0;
	left: 0;
	position: absolute;}

#footer .links {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*.clear {
	clear: both;
}*/

#footer span {	color: #FFF;	position: absolute;	bottom: 0px;	padding: 9px 15px;	width: 100%;	background-color: #000;
	word-spacing: 0.13em;
	z-index: 10;}

#footer a {
	color: #F00;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

#footer a:visited {
	color: #900;
}

#footer ::selection {
	background-color: #f00; /* Safari */
	color:  #fff;
}

#footer span::-moz-selection {
	background-color: #f00; /* Firefox */
}
