body{
	background: white;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
}

div{
	padding: 0;
	margin: 0;
	border: 0;
}

#header {
	background-image: url(../images/header.jpg);
	border-spacing: 0px 0px;
	background-repeat: no-repeat;
	background-color: #ffe76f;
	width: 669px;
	height: 82px;
}

#top {
	height: 82px;
	width: 331px;
	background-repeat: no-repeat;
	background-image: url(../images/top.jpg);
}

#logo{
	height: 182px;
	width: 331px;
	background-image: url("../images/logo.jpg");
}

#upper{
	height: 182px;
	width: 680px;
	background: url("../images/upper.jpg") left no-repeat;
	position: relative;
	left: -1px;
}

#bottom{
	width: 331px;
	height: 100px;
	background: url("../images/bottom.jpg") 0 0;
}

#left{
	width: 265px;
	height: 986px;
	background: url("../images/left.jpg") top left;
}

#slice{
	width: 332px;
	height: 48px;
	background-image: url("../images/slice.jpg");
}

#corner{
	background: url("../images/corner.jpg") no-repeat;
	height: 100px;
	width: 82px;
	}
	
#content{
	font-size: 120%;
	color: rgb(61,154,206);
}

#main_table {
	border: 0;
	height: 1399px;
	width: 750px;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	}

#player1{
	display: inline;
	padding-left: 120 px;
}

#player2{
	display: inline;
	padding-left: 120 px;
}

#footer{
	position: relative;
	top: 50px;
}

#counter{
	text-align:center;
	width:auto;
	height:auto;
}

tr,td{
	border: 0;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

h2{
	font: 150% bold;
	color: rgb(24,56,131);
	text-align: center;
	
}

p{
	color: rgb(88,167,211);
	text-align: justify;
}

img{
	padding: 0;
	margin: 5px;
	border: 0;
}

.strong {
	color: rgb(154,154,154);
    font-size: 120%;
	line-height: 1,5em;
	padding-left: 7px;
	padding-right: 7px;
}

.label{
	padding-left: 60px;
	font-size: 120%;
	text-align: left;
	
}
