html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background-image: url('/pokercompany/gradient.jpg');
	background-repeat: repeat-x;
	background-color: black;
	background-position: center 0px;
}
img {
	border: none;
}
a, a:hover {
	text-decoration: none;
}
#sitecenter {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	text-align: center;
}
#pokercompany {
	width: 796px;
	height: 667px;
	background-image: url('/pokercompany/pokercompany.jpg');
	background-repeat: no-repeat;
	text-align: left;
	margin: auto;
}
#aboutus {
	width: 400px;
	height: 347px;
	padding-top: 300px;
	font-family: verdana;
	font-size: 11px;
	color: #AAAAAA;
	text-align: justify;
	line-height: 15px;
}
span.hide {
	display: none;
}
.signature {
	padding-left: 25px;
}
