div#bgd
{
	background-image: url('sds-bkgR.gif');
	background-position: top right;
	width: 50%;
	position: fixed;
	right: 0px;
	height: 100%;
	z-index: -1;
}

div#bgg
{
	background-image: url('sds-bkg.gif');
	width: 50%;
	position: fixed;
	left: 0px;
	height: 100%;
	z-index: -1;
}

div#bgt
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 71%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(32%,rgba(255,255,255,1)), color-stop(71%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 71%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 71%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 71%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 71%,rgba(255,255,255,0) 100%); /* W3C */
	z-index: -1;
}

div.Toothless
{
	 position: absolute;
	 z-index: -1;
	 margin-top: -8px;
}

div.Header table
{
	 border-collapse: collapse;
	 margin-left: auto;
	 margin-right: auto;
}

div.Header table #TM
{
	 vertical-align: top;
	 font-size: 48pt;
	 font-weight: bold;
}

div.Corpus
{
	margin: 12pt;
	text-align: center;
}

div.Corpus table
{
	border-spacing: 7px 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16pt;
	font-family: 'Comic Sans MS';
}

div.Corpus table #BTM
{
	vertical-align: bottom;
}

div.Corpus table #TOP
{
	vertical-align: top;
}

div.Corpus span
{
	font-weight: bold;
}

div.Links
{
	margin-top: 50px;
	text-align: center;
	font-size: 13.5pt;
	font-family: 'Comic Sans MS';
	font-weight: bold;
}

div.Links .Text
{
	text-decoration: underline;
}

a
{
	text-decoration: none;
}

img
{
	border: 0px solid;
}