﻿.Empty
{
	margin: 0px;
	padding: 40px 20px 40px 20px;
	
	width: 475px;
	min-height: 450px;
	
	color: #000000;
	background: #ffffff;
	
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	
	text-align: center;
	
	float: left;
}

.Empty .Link
{
	color: #aaaaaa;
	
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.Empty .Link:link
{
	text-decoration: none;
}

.Empty .Link:visited
{
	text-decoration: none;
}

.Empty .Link:hover
{
	color: #6e0000;
	
	text-decoration: none;
}

.Empty .Link:active
{
	text-decoration: none;
}