﻿body 
{
background-image    : url(../images/back.gif);
background-repeat   : repeat-x;
background-color:#000000;
margin:10px 0px 0px 0px;
padding:0px;
}

div#contentHolder
{
border:solid 1px #333;
margin  : 0px auto;
width:1000px;	
}

div#footer
{
	color:#FFFFFF;
	font-family:		Arial, Sans-Serif;
	font-size:			0.7em;
	padding:10px 0 8px 0;
	clear:left;
	float:left;
	width:1000px;
}

div#footer p
{
	margin:0px;	
}

div#footer p a
{
	color:#FFFFFF;
	text-decoration:none;
}

div#footer p.left
{
	margin-left:12px;
	float:left;
	clear:left;
}
div#footer p.right
{
	float:right;
	margin-right:9px;
}
