*
{
	margin: 0;
	padding: 0;
}


/*
** Global layout
*/

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #fff;
}

#msg-container
{
}

#msg-image
{
  background: no-repeat center;
  margin: 60px auto 0 auto;
  width: 480px;
  height: 350px;
}

#msg-link { margin: 20px auto 0 auto; width: 480px;  text-align: center; }

#msg-link a
{
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: bold;
  color: #666;
  font-size: 16pt;
  text-decoration: none;
}
