body{
	margin: 80px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
	color: white;
	background: black;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 0px solid red;
}

table
{
	background-color: black;


}

td
{
	font-family: "Arial";
	font-size: 12px;
	line-height: 16px;
	text-align:left;


}

.block
{
	background-color: 000;
	color: white;
	vertical-align:top;
	margin:20px;
}

.play_block p
{
	text-align:center;
	background-color: 000;
	color: white;
	vertical-align:top;

}

.play_block h1
{
	margin-top:20px;
	font-size:24px;
	text-align:center;
	line-height: 18px;
}

.block p
{
	margin:20px;
}

.block h1
{
	margin-top:20px;
	font-size:24px;
	text-align:center;
	line-height: 18px;
}

.block h2
{
	font-size:12px;
	font-style: italic;
	text-align:center;
}

.block1
{
	background-color: 999999;
	color: white;
	vertical-align:top;
	margin:20px;
}


.block_content
{
	text-align:left;
	padding: 20px;
}




a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
}
.button {
  color: #fff;
  width: 200px;
  background-color: #333;
  padding: 15px 17px;
  vertical-align: middle; /* or top */
}
.button:hover {
  background-color: #333;
} 



a	{
	color: white;
	text-decoration: underline;
}

a:visited	{
	color: white;
	text-decoration: underline;
}

a:hover{
	color: white;
	text-decoration: none;
}

a:active{
	color: white;
	text-decoration: none;
}

a#wit	{
	color: white;
	text-decoration: underline;
}

a:visited#wit	{
	color: black;
	text-decoration: underline;
}

a:hover#wit{
	color: black;
	text-decoration: none;
}

a:active#wit{
	color: black;
	text-decoration: none;
}

