html, body, form, div, table
{
	width: 100%;
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Serif;
}

/* Alternative content */
#Portfolio { background: #fff url(/Web/Images/WallBg.jpg) no-repeat center center; }
#Portfolio table { background: url(/Web/Images/SignBg.png) no-repeat center center; }
#Portfolio div
{
	width: 346px;
	height: 240px;
	margin: 0 auto;
}
h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	color: #4b0049;
	margin-bottom: 1em;
}
p { font-size: 0.7em; }
p.Warning
{
	background: #eee;
	padding: 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 0.6em;
}
p.Warning a { color: #000; }
