html { 
	background-color:#092E20; 
}

body { 
	position:relative;
	border-radius:8px; 
	box-shadow:black 0px 0px 2px; 
	width: 800px; 
	background:#FFF; 
	margin:20px auto; 
	border:solid 1px black; 
	font-family: arial, sans-serif; 
	padding:50px;  
}

#Player1Name {
	position: absolute;
	left:50px;
	top:40px;
    color: blue;	
}

#Player2Name {
	position: absolute;
	right:150px;
	top:40px;
    color: red;	
}

#Player3Name {
	position: absolute;
	right:150px;
	bottom:5px;
    color: blue;	
}

#Player4Name {
	position: absolute;
	left:50px;
	bottom:5px;
    color: red;	
}

#buttons {
	text-align:center;
}

a img {
	position: absolute; 
	top: 0; 
	right: 0; 
	border: 0;			
}
button {
	height:30px;
	width:100px;
	margin:8px auto;
}
img.preload {
	display:none;
}
h1 {
	font-size:30px;
	text-align:center;
	padding:0px;
	margin:5px auto;
}

p {
	display: inline;
}
	
#card-table {
	background-color:green;
	height:500px;
	width:680px;
	border:solid 6px brown;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	box-shadow:#111 1px 1px 2px;
}
a:visited {color:blue;}

#info-table {
	position: absolute;
    right: 0px;
	background-color:yellow;
	height:500px;
	width:140px;
	border:solid 6px violet;
	border-radius:2px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	box-shadow:#111 1px 1px 2px;
}


	  
#deal {
	position: absolute;
	left:310px;
	top:170px;
}

#judge {
	position: absolute;
	left:400px;
	top:170px;
}

footer {
	font-size : 12px;
	color:grey;
	margin:10px;
}

footer a, footer a:visited{
	color:grey;
}

footer a:hover {
	color:black;
}
