body
{
	background: url('http://biasednews.net/images/Cobblestone1.jpg');
	background-repeat: repeat;	
	background-attachment: fixed;
	font-family: arial;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
	#bigbody
	{
		margin: 0px auto;
		text-align: center;
		background: #FFFFFF;
		width: 850px;
		padding: 5px 5px 5px 5px;
		-moz-box-shadow: 10px 0px 10px #000000; /* Firefox 3.6 and earlier */
		-webkit-box-shadow: 10px 0px 10px #000000; /* Safari and Chrome */
		box-shadow: 10px 0px 10px #000000;
		border-left: 1px solid;
		border-color: #000000;
	}	
	
	#head
	{
		position: fixed;
		top: 0px;
		left: 50%;
		margin-left: -425px;
		width: 850px;
		background: #ffffff;
		border-bottom: 1px solid;
		border-color: #dfdfdf;
	}
	
	#bodytext
	{
		margin-top: 110px;
	}
	
	#bodytext ul
	{
		font-size: 26px;
		font-family: arial;
		font-weight: bold;
		text-align: left;
	}
	
	#bodytext ul a, #bodytext ul a:visited 
	{
		color: #000000;
		text-decoration: none;
		border-bottom: 1px dashed;
		border-color: #000000;
	}
	
	#bodytext li 
	{
		padding: 5px 0 5px 0;
	}	

#foot
{
	background: #ffffff;
	width: 850px;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	border-top: 1px solid;
	border-color: #dfdfdf;
	padding-top: 5px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -425px;
}

	#foot a, #foot a:visited
	{
		text-decoration: none;
		color: #000000;
	}
