body {
	background-color:#14267b;
	margin:0;
}
.body-copy {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.3em;
	#line-height:1.2em;
	color:#000000;
}
.body-copy-white {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.3em;
	#line-height:1.2em;
	color:#ffffff;
}
.body-copy-white a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.body-copy-white a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-size:1.1em;
}

.game {
	background-image: url("images/game-bg.gif");
	height: 399px;
}
.content {
	background-image: url("images/bg-slice.gif");
	padding-top:20px;
}
.clipboard {
	background-image: url("images/clipboard.jpg");
	background-repeat: no-repeat;
	width:441px;
	height:545px;
	padding-right:10px;
}
.leftcontent {
	text-align:right;
	width: 212px;
}
.logos {
	margin-top:50px;
}
.results {
	margin: 145px 0 0 105px;
}
.name {
 	background-image: url("images/name.gif");
 	background-repeat: no-repeat;
	width:155px;
	height:35px;
}
.score {
	background-image: url("images/score.gif");
	background-repeat: no-repeat;
	width:95px;
	height:35px;
}
.names {
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.9em;
	color:#009fd1;
	padding-left:10px;
}
.scores {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.9em;
	color:#bf841b;
	padding-left:10px;
}

