/*
 *  Standard.
 */

body
{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
}

div.separator
{
	display: inline;
	
	margin: 0px 8px 0px 8px;
}

img
{
	border: 0px;
}

/*
 *  Layout.
 */

div#footer
{
	background-image: url("../images/index/publisherOfTheYear.gif");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;

	margin: 0px auto;

	height: 130px;
	width: 960px;
}

div#footer, div#footer a
{
	color: #3c4a4f;
	font-size: 11px;
}

div#footer a
{
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}

div#penguinLink
{
	text-align: right;
	
	padding: 15px 410px 0px 0px;
}

div#links
{
	margin: 15px 0px 0px 0px;
}

div#bliss
{
	margin: 7px 0px 0px 0px;
}

div#bliss img
{
	vertical-align: middle;
}