HTML
{
	background-color: #000000;

	overflow: hidden;

	background-image: url( ../Backgrounds/BackgroundLineTexture.gif );

	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 15px;
}

BODY
{
	border: 0px;
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;
}

IMG
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	
}

#btn_SiteDesignedBy
{
	font-size: 10px;
}

A
{
  outline: none;
  border: none;
}

A:link
{
	text-decoration: none;
	color: #999999;

	outline: none;
	border: none;
}

A:visited
{
	text-decoration: none;
	color: #999999;

	outline: none;
	border: none;
}

A:hover
{
	text-decoration: underline;
	color: #ffffff;

	outline: none;
	border: none;
}

A:active
{
	outline: none;
	border: none;
}

A:focus
{
	outline: none;
	border: none;
}
.box{
	width:120px;
	height:120px;
	text-align:center;
	float:left;
	display:inline;
	overflow:hidden;
}
.clear{
	height:1px;
	clear:both;
	line-height:1px;
	font-size:1px;
}