html { height:100%; }
body {
	width: 100%;
	height: 100%;
	padding-bottom: 0;
	margin-top:0px;
	background-color: #000;}
.skinmaster  { 
	background-color: #000; 
	border: 0;
	width: 500px;height: 500px;
	background-image: url(/Portals/0/images/Splash2.jpg);
	background-repeat: no-repeat; }
.controlpanel {
	width: 100%;
	background-color: #fc0; }
.contentpane {
	padding: 40px 10px 0 200px;
	vertical-align: middle; }
p {
	font-size:1.2em;
	text-align:center;}
a, a:link, a:visited, a:active {
	color: #fc0; text-decoration: underline;}
a:hover {
	text-decoration: blink;
	color: red;}