body
{
	margin : 0 auto;
	width:980px;
	background: url(images/logo.png) #221E1F;
	background-attachment:fixed;
}

a
{
	color: #FFCB08;
}

a:hover
{
	color: #FFFFFF;
}

p
{
	margin-top: 70px;
	color: #FFFFFF;
	text-align: center;
}

#copyright
{
	float: left;
	margin-top: 50px;
	margin-bottom: 10px;
	width: 980px;
	height: 64px;
	padding-top: 7px;
	text-align: center;
	font-size: 14px;
	background:url(images/copyright.png) left top no-repeat;
}

#copyright a
{
	color: #000000;
}

#copyright a:hover
{
	color: #FFFFFF;
}