@CHARSET "UTF-8";

body
{
	background-image: url('/images/footer-bg.jpg');
	font-family: arial;
}

a
{
	text-decoration: none;
	color: #ffe074;
}

p
{
	margin-top: 18px;
}

#container
{
	height: 768px;
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-x;
}

