body {
	background:url(images/pokertablebgop.jpg);
	background-repeat:
}
p {font-style: ariel;}

h1 {
	color:white;
}

a {
	color:white;
}
a:hover {
color:black;
}
a.footer:hover{
color:red;}

div#copy
{height:30px;
width:50px;
font-color:#FFFFFF;
}

.border
{ border-top-right-radius:30px;
border-top-left-radius:30px;
-moz-border-radius-top-right:30px;
-moz-border-radius-top-left:30px;
}
.borderfoot
{border-bottom-right-radius:20px;
border-bottom-left-radius:20px;
-moz-border-radius-bottom-right:20px;
-moz-border-radius-bottom-left:20px;
}
.bordertab
{border-top-right-radius:20px;
border-top-left-radius:20px;
-moz-border-radius-top-right:20px;
-moz-border-radius-top-left:20px;
}