#social-links {
	position: absolute;
	height: 32px;
	top: 145px;
	width: 950px;}
	
#social-links li {
	display: block;
	width: 32px;
	float: right;
	margin: 0 5px;
	list-style: none;}
	
	.social-icons {
		float: right;
		padding: 0 5px;
		height: 32px;
		width: 32px;
		text-indent: -9999px;}
		
	.facebook {
		background: url(../images/facebook-icon.png) no-repeat top center;}
		
	.twitter {
		background: url(../images/twitter-icon.png) no-repeat top center;}
		
	.myspace {
		background: url(../images/myspace-icon.png) no-repeat top center;}
		
	.rss {
		background: url(../images/rss-feed-icon.png) no-repeat top center;}	
		
	.emailsub {
		background: url(../images/email-icon.png) no-repeat top center;}

		
#content {
	width: 1010px;
	min-height: 646px;
	background-image: url(../images/content-not-home.jpg);
	background-repeat: no-repeat;}


