body, html {
	margin: 0;
	height: 100%;
}
body {
	background-position: center;
	background-color: #5D4934;
	background-repeat: repeat-y;
	background-image: url('/img/background.gif');
}
.main {
	font-family: verdana;
	font-size: 13px;
	text-align: justify;
	padding: 8px;
}
.main a {
	color: #664527;
	font-weight: bold;
}
#poker-profile a {
	background-image: url('/img/left/poker-profile.jpg');
}
#tournament-results a {
	background-image: url('/img/left/tournament-results.jpg');
}
#photo-gallery a {
	background-image: url('/img/left/photo-gallery.jpg');
}
#poker-profile a, #tournament-results a, #photo-gallery a {
	width: 201px;
	display: block;
}
#poker-profile a, #tournament-results a {
	height: 32px;
}
#photo-gallery a {
	height: 29px;
}
#poker-profile a:hover, #tournament-results a:hover, #photo-gallery a:hover {
	background-position: bottom;
}
#pokerroom, #titan-poker, #poker, #hollywood-poker, #absolute-poker, #noble-poker, #cd-poker, #interpoker {
	margin-bottom: 8px;
}
#pokerroom a, #titan-poker a, #poker a, #hollywood-poker a, #absolute-poker a, #noble-poker a, #cd-poker a, #interpoker a {
	width: 159px;
	display: block;
}
#pokerroom a {
	background-image: url('/img/right/poker-room-bonus.gif');
}
#titan-poker a {
	background-image: url('/img/right/titan-poker-bonus.gif');
}
#poker a {
	background-image: url('/img/right/poker-bonus.gif');
}
#hollywood-poker a {
	background-image: url('/img/right/hollywood-poker-bonus.gif');
}
#absolute-poker a {
	background-image: url('/img/right/absolute-poker-bonus.gif');
}
#noble-poker a {
	background-image: url('/img/right/noble-poker-bonus.gif');
}
#cd-poker a {
	background-image: url('/img/right/cd-poker-bonus.gif');
}
#interpoker a {
	background-image: url('/img/right/interpoker-bonus.gif');
}
#pokerroom a:hover, #titan-poker a:hover, #poker a:hover, #hollywood-poker a:hover, #absolute-poker a:hover, #noble-poker a:hover, #cd-poker a:hover, #interpoker a:hover {
	background-position: bottom;
}
.copyright,.end {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5 10 5 10;
}
.copyright {
	text-align: center;
}
.end {
	border-top: 1px solid white;
	text-align: justify;
}
.copyright a, .end a {
	color: #FFFFFF;
}
.gallery {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid white;
}
.gallery:hover {
	border: 1px solid #F8E587;
}
.gallery2 {
	border: 1px solid black;
}
.gallery2:hover {
	border: 1px solid #FE841F;
}
.button {
	padding-top: 1px;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	width: 201px;
	height: 16px;
	background-image: url('/img/left/empty-button.gif');
}
.results {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.results2 {
	font-family: verdana;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.button a {
	width: 201px;
	height: 16px;
	display: block;
	padding-left: 8px;
	width: 100%;
	color: #FFFFFF;
}
.button a:hover {
	text-decoration: none;
	color: #F8E587;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}