body	
{
	font-size:62.5%; /*See Clagnut - set base font size=10px*/
	font-family: Trebuchet, Tahoma, Arial, Helvetica, Sans-Serif;
	margin:0px 0px 0px 0px;
	line-height: 1.6em;
	text-align:center;
	width:100%;
	background-color:#000000;
}

/*
Remember:
child pixels / parent pixels = child ems
12 / 10 = 1.2
*/

p {margin:0px; padding:0px;}

/*Deal with nested tags*/
input, select, th, td, textarea {font-size:1em}
li li, li p, td p, blockquote p {font-size:1em}

/*no div spacing*/
div
{margin:0px; padding:0px;}

#wrapper{}

#stcLogo{}
#stcFlash{}