html { font-size:100.01%; }

html, body {
	height: 100%;
}

body {
	background: #e3e7ea;
	color: #3a3a3a;
	font-family: 'Helvetica Neue',Helvetica,Calibri,Arial,sans-serif;
	font-size: small;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
}

#wrapper {
	margin: 0 auto;
	min-width: 65%;
	padding: 1em;
	width: 65%;
}
	
h1 {
	background: #e3e7ea url(/i/monopolooza.gif) no-repeat;
	font-size: 2em;
	height: 184px;
	margin: 0 auto;
	text-indent: -99999px;
	width: 560px;
}

h2 {
	color: #666;
	font-size: 3em;
	font-family: Futura, 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin: 0;
	text-shadow: 1px 1px 0px #fff;
	text-transform: uppercase;
}

h3 {
	color: #666;
	font-size: 13em;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	text-shadow: 1px 1px 0px #fff;
}

p {
	font-size: 1.5em;
	margin: 1.5em 0;
}

.round {
  -moz-border-radius: 8px;
  background-color: #eee;
  border-radius: 8px;
  background-image: url(/i/tr.png), url(/i/br.png), url(/i/tl.png), url(/i/bl.png);
  background-position: 100% 0, 100% 100%, 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.player1, .player2 {
	float: left;
	letter-spacing: -1em;
	padding: 13px 0;
	width: 35%;
}

.player1, 
.player2 {
	margin-left: 5em;
}

#home {
	clear: both;
	font-size: 1em;
	padding-top: 2.3em;
	text-shadow: 1px 1px 0px #e3e7ea;
}

#home a {
	color: #000;
	outline: none;
	text-decoration: none;
}

#home a:hover {
	text-decoration: underline;
}


