html, body {
	margin: 0px;
	height: 100%;
}

* {
	line-height: 1.2em;
	font-family: arial, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	color: #F0F0F0;
}

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

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

#content_admin {
	width: 100%;
	height: 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;
}
