/* BODY & TD */
BODY, TD,TH {
		FONT-SIZE: 18px;
		FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		line-height: 12pt;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		background:#000000;
}

/* LINKS */
A:link 			{ color: #ffcc00; text-decoration: none; }
A:visited 		{ color: #ffcc00; text-decoration: none; }
A:active 		{ color: #ffcc00; text-decoration: none; }
A:hover 		{ color: #000000; background:#FFFFFF; text-decoration: none; }

/* LINK ENTER */
A.enter:visited	{ color: #000000; text-decoration: none; }
A.enter:visited { color: #000000; text-decoration: none; }
A.enter:active 	{ color: #000000; text-decoration: none; }
A.enter:hover 	{ color: #000000; background:#000000; text-decoration: none; }

#main-content	{	padding: 20px; }

.wrapper 		{	min-height: 100%;
					height: auto !important;
					height: 100%; 
					margin: 0 auto -50px; 
					width: 440px;
					background-color:#000000; }