/* CSS Document */
html, body, textarea {
	color: white;
	background-color: #991426;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

@media screen{
#hori     
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#vert   
	{
	margin-left: -383px;
	position: absolute;
	top: -280px;
	left: 50%;
	width: 766px;
	height: 560px;
	visibility: visible
}
}
