body
{
	margin: 0;
	padding: 0;
	background: url(../image/rayer-b.png);
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: .6em;
	color: #291302;
}
h1, h3, strong
{
	font-weight: normal;
	font-size: 1.1em;
}
a
{
	color: #291302;
	text-decoration: none;
	border-bottom: 2px solid #fdfcfc;
}
	a:hover
	{
		border-bottom: 2px solid #291302;
	}
div#flash
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
div.logo
{
	position: absolute;
	width: auto;
	height: auto;
	top: 22%;
	left: 60%;
	z-index: 2;
}
	div.logo p
	{
		padding-top: 10px;
		padding-left: 5px;
	}
div.info
{
	position: absolute;
	width: 21.8%;
	height: 70px;
	top: 22%;
	left: 37%;
	padding-left: 8px;
	padding-top: 10px;
	background-color: #a6bd9b;
	z-index: 1;
}
