body {
	background-color: #191919;
	text-align:  center;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

a {
	color: transparent;
	text-decoration: none;
}

a:link {
	color: #191919;
}

a:link, a:visited {

	display: block;
	height: 100%;
	line-height: 148px;
	text-decoration: none;
}

a:visited {
	color: #191919;
	text-decoration: none;
}

#wrap {
	border: 1px solid #555;
	vertical-align: middle;
	margin: 10% auto;
	width: 480px;
	height: 480px;
	padding: 5px;
	background-color: black;
}



#box {
	width: 148px;
	height: 148px;
	border: 1px solid #555;
	position: relative;
	margin: 5px;
	display: inline-block;
	float: left;
	vertical-align: middle;
	background-color: #191919;
}

#box a, {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 3px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	line-height: 148px;
	display: block;
	color: transparent;
}

#box a:visted  {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 3px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	line-height: 148px;
	display: block;
	color: transparent;
}

#box a:hover {
	color: white;
}

/* @group boxes */


.cc {
	background-image: url('chancehunter.jpg');
}


.tl a:hover {
	background-color: #00316c;
	text-decoration: none;
	color: white;
}

.tc a:hover {
	background-color: #999900;
	text-decoration: none;
}

.tr a:hover {
	background-color: #99004D;
	text-decoration: none;
}

.cl a:hover {
	background-color: #4D9900;
	text-decoration: none;
}

.cr a:hover {
	background-color: #009999;
	text-decoration: none;
}

.bl a:hover {
	background-color: #994D00;
	text-decoration: none;
}

.bc a:hover {
	background-color: #990099;
	text-decoration: none;
}

.br a:hover {
	background-color: #009900;
	text-decoration: none;
}

/* @end */

/* @group body text */

#body1, #body2 {
	width: 470px;
	height: 469px;
	border: 1px solid #555;
	margin: 5px;
}

#body1 {
	background-color: #00316c;
}

#body2 {
	background-color: #999900;
}


p {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	color: #e5e5e5;
	text-align: left;
	letter-spacing: 3px;
	word-spacing: 1px;
	line-height: 1.9em;
	text-indent: 2em;
	font-weight: normal;
	font-size: 11px;
}

#body2 p {
	color: white;
}

#body1 p a, #body1 p a:link, #body1 p a:hover, #body2 p a, #body2 p a:link, #body2 p a:hover {
	text-decoration: none;
	display: inline;
	padding: none;
	margin: none;
	line-height: normal;
	color: #f2f2f2;
	font-weight: bold;
}

#body p a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Forms */


input {

}

text-area {
	background-color: ivory;
	border:  1px solid #555;
}

form {
	text-align: left;
	padding: 20px;
	color: white;
	font-weight: normal;
}

/* @end */ 

