html {
	height: 100%;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-image: url(../_images/Tile.jpg);
}
a:link {
	color: #efece3;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	color: #ddd;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #f00;
	text-decoration: underline;
}
#container {
	height: 100%;
	position:relative;
}
#content  {
	position:relative;
	width: 1024px;
	height: auto;
	top:5%;
	left:50%;
	margin: 0px auto auto -512px;
	border: none;
	padding: 0;
}

#flashTop
{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
	
}
#flashBottom
{
	margin-top:0px;
	padding-top:0px;
	border:none;
}
#flashcontent
{
	width: 100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:none;
}
#nav {
	margin-top: 30px;
	text-align:center;
}
#contact {
	margin-top: 10px;
}