/*** Global Styles ***/

html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #holder {
	height: auto;
}

body {
	background: #2d2c28;
	font-family: 'century gothic', tahoma, arial;
	font-size: 21px;
	color: #f1f1e7;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

#holder {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

a:link, a:visited {
	background: transparent;
	color: #f1f1e7;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	background: transparent;
	color: #f1f1e7;
	text-decoration: none;
	outline: none;
}

h1 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	border: 0;
	padding: 0;
}

p, ul {
	margin-top: 0;
}

table {
	border: 0;
	padding: 0;
 	font-size: 1.0em;
	margin: 0;
}

table td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

table td.right {
	text-align: right;
}

table td.center {
	text-align: center;
}


/*** Styles for the Content section ***/

#content {
	background: transparent;
	width: auto;
	height: auto;
	margin: 0;
	vertical-align: top;
}

td a:link, td a:visited, td a:hover, td a:active {
	display: block;
	margin: 0;
	border: 0;
	padding: 10px 0;
}

#counter, #counter a:link, #counter a:visited, #counter a:hover, #counter a:active {
	background: transparent;
	position: fixed;
	bottom: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	display: block;
	text-decoration: none;
	z-index: 1000;
}

/*** END OF CSS ***/
