/* CSS Document */	html {			width: 90%;		height: 100%;		}		body {			background-color: #990000;		background-image: url(WoodTile.gif);		}		img, a {			border: none;		}		.clear {			clear: both;		height: 1px;		line-height: 1px;		font-size: 1px;		}		div#wrapper {			position: relative;		width: 660px;		border-top: 3px solid #000;		border-left: 1px solid #000;		border-right: 1px solid #000;		border-bottom: 1px solid #000;		margin: 50px auto auto auto;		padding-bottom: 10px;				}		div#bgfade {			position: absolute;		left: 0;		top: 0;		width: 660px;		height: 100%;		background-color: #000;		filter: alpha(opacity=10);		opacity: 0.10;		}		p#apptitle {			position: absolute;		width: 300px;		font-size: 18px;		font-weight: bold;		top: 16px;		left: 65px;		}		div#leftcol {			position: relative;		float: left;		width: 300px;		text-align: center;		}		div#rightcol {			position: relative;		float: left;		width: 320px;		text-align: center;		padding-top: 10px;		}		div#buttonBox {			position: relative;		width: 240px;		height: 23px;		margin: auto;		background-color: #aa6633;		border-top: 3px solid #776633;		border-left: 1px solid #000;		border-right: 1px solid #000;		border-bottom: 3px solid #776633;		}		div#rulesbox {			position: relative;		margin: auto;		width: 240px;		border: 1px solid #000;		background-color: #ffffcc;		filter: alpha(opacity=80);		opacity: 0.80;		text-align: left;		display: none;		}		.inner {			padding: 10px;		}	div#displaybox {			position: relative;		width: 300px;		background-color: #ffffcc;		border: 10px ridge #996633;		}		div#displaybox p {			margin: auto;		padding: 10px;		}		div#valids {			position: relative;		width: 660px;		margin: auto;		}		div#valids p {			margin-left: 30px;		}