* {
	font-family: verdana, arial, sans-serif;
}

div#wrapper {
	margin: 0;
	padding: 0;
}
div#header {
	display: none;
}
div#splash {
	text-align: center;
	padding: 58px 0;
}
div#footer {
	display: none;
}
div#copyright {
	border-top: 1px solid rgb(255,255,255);
	padding: 10px;
	text-align: left;
}
div#copyright p {
	color: rgb(255,255,255);
	font-size: 7.5pt;
}

html, body {
	margin: 0;
	min-height: 768px;
	padding: 0;
}
body {
	background: rgb(0,0,0) url("splash/background.jpg") repeat-x top left;
}

div.patch div, div.patch p {
	font-size: 7.5pt;
	margin: 0;
	text-align: center;
}
div.patch span, div.patch span.icon {
	display: none;
}
div#patch-promotions div.image {
	margin: 0 0 15px 0;
}
div#patch-promotions img {
	border: 4px solid rgb(255,255,255);
	display: block;
	margin: 0 auto;
}

a.button {
	background: transparent url("splash/b_off.gif") no-repeat top right;
	display: block;
}
a.button:hover {
	background: transparent url("splash/b_on.gif") no-repeat top right;
}
div.patch a {
	color: rgb(255,255,255);
}

hr {
	display: none;
}

table#splash-table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 626px;
}
table#splash-table td {
	margin: 0;
	padding: 0;
}
table#splash-table td.links {
	background: transparent url("splash/b_none.gif") repeat-y top right;
}
table#splash-table td img {
	display: block;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

td, p, div		{font-size:12px; padding:5px 20px; }

a				{text-decoration:underline; color:#000000; }