html,body,table
	{height:100%}
body
	{
	background:#edd12b;
	color:#000;
	font:1em "Microsoft Sans Serif",Tahoma,sans-serif;
	text-align:center}*{
	padding:0;
	margin:0;
	}
h1,p
	{
	visibility:hidden;
	position:absolute;
	left:0;
	width:100%;
	background:#cc008c;
	color:#fff;
	padding:0.25em 0;
	border:#000 solid;
	}
h1
	{
	top:0;
	border-width:0 0 3px;
	}
p
	{
	bottom:0;
	border-width:3px 0 0;
	}
table
	{
	width:100%;
	border-collapse:collapse;
	}
p a
	{color:#edd12b}
p a:hover
	{color:#000}
td a
	{text-decoration:none}
img
	{
	position:absolute;
	top:0;
	left:0;
	}
table img
	{
	position:static;
	top:auto;
	left:auto;
	width:640px;
	height:500px;
	vertical-align:top;
	border:0;
	}
