*
{
	font-family: Arial, Sans-serif; color: maroon;
	font-size: 13px;
}
#page
{
	background: url('../img/background-top.png') repeat-y center;
	height: 100%;
	width: 800px;
	text-align: center;
}
#logo, #bottom
{
	background: url('../img/background.png') repeat-y center;
	width: 800px;
	text-align: center;
}
#logo table
{
	width: 700px;
	text-align: center;
	margin-left: 50px;
}

#bottom #content
{
	width: 770px;
	text-align: right;
	font-size: 10px;
	padding: 5px 20px 5px 0px;
}

#final
{
	background: url('../img/background-bottom.png');
	width: 800px;
	height: 10px;
}

hr.logo
{
	border: 0px;
	border-bottom: 2px solid #cc0000;
}
div.line
{
	background: url('../img/background-line.png') repeat-y center;
	width: 800px;
	height: 1px;
}
body
{
	background-color: #f6f3d9;
	background-color: white;
	padding: 0px;
	margin: 0px;
	top: -10px;
	text-align: center;
}
#content
{
	width: 700px;
	margin-left: 50px;
	_margin-left: 0px;
	text-align: justify;
	
}
a
{
  color: indianred;
}

