#big-page
{
	background: url(../images/page-big-bg.png) repeat-y;
}

#big-page .begin
{
	height: 16px;

	background: url(../images/page-big-beg.png) no-repeat;
}

#big-page .content
{
	overflow: hidden;
	min-height: 264px;

	padding: 0 16px;
	padding-top: 8px;

	background: url(../images/page-big-bg-upper.png) no-repeat;

	font: normal 12px/1.5 Verdana, Geneva, sans-serif;
}

#big-page .footer
{
	clear: both;

	margin: 0 16px;
	margin-top: 32px;
	padding: 8px;
	padding-bottom: 0px;

	border-top: 1px solid #e0e0e0;
	background: #f0f0f0;

	font: normal 9px/1.5 Verdana, Geneva, sans-serif;
	color: #808080;
}

#big-page .footer a
{
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

#big-page .footer a:hover
{
	text-decoration: underline;
}

#big-page .end
{
	height: 16px;

	background: url(../images/page-big-end.png) no-repeat;
}
