html, body {
	margin: 0px;
	height: 100%;
	background-color: #000000;
}

* {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #89642d;
}
a:link {}
a:visited {}
a:hover {
	color: #CCCCCC;
}
a:active {}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

#content {
	width: 100%;
	height: 100%;
	min-width: 968px;
	min-height: 578px;
}

#content_admin {
	width: 100%;
	background: #ffffff;
	color: #000000;
	margin: 0px auto;
}

#content_admin table {
	color: #000000;
	margin: 8px;
	width: 584px;
	border: solid 1px #000000;
	font-size: 12px;
}


.t_head {
	background: #111111;
	color: #dddddd;
	font-size: 20px;
	padding: 6px;
}

.row1 {
	background: #ffffff;
}

.row2 {
	background: #eeeeee;
}

#fc {
	height: 100%;
}

#width_spacer {
	position: absolute;
	top: 0px;
	left: 0px;
}

#height_spacer {
	position: absolute;
	top: 0px;
	left: 0px;
}
