html, body {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	background-color:black;
}

.holderTable {
	width:100%;
	height:100%
}

.holderCell {
	text-align:center;
	vertical-align:middle;
}

.holderDiv {
	position:relative;
	width:900px;
	height:550px;
	margin-right:auto;
	margin-left:auto;
	background-color:black;
	color:white;
	border:solid white 4px;
	overflow:hidden;
}

.suitDiv {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	padding:0px;
	z-index:1;
}

.linkDiv {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:190px;
	overflow:hidden;
	padding:0px;
	z-index:2;
	text-align:right;
}

.imageLink {
	border:none;
}

.contentDiv {
	position:absolute;
	width:428px;
	height:335px;
	right:10px;
	bottom:10px;
	overflow:auto;
	padding:0px;
	z-index:5;
	text-align:left;
}

a:link, a:active, a:visited {
	color:orange;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:orange;
	text-decoration:underline;
	font-weight:bold;
}