html {
height: 100%;
border: 0;
padding: 0;
margin: 0;
}

HTML, BODY, TABLE { 
	font-family: Arial;
	font-size: 12px;
	}

DIV#all {
	position: absolute;
	width: 1060px;
	height: 100%;
	left: 50%;
	margin-left: -530px;
	font-family: Arial;
	font-size: 12px;
}

DIV#main {
	height: 90%;
	position: absolute;
}

DIV#bottom_form
{
	bottom: 0px;
	position: absolute;
}

DIV#bottom_form2
{
	position: absolute;
	top: 1177px;
}

INPUT.text
{
	background-color: #000;
	color: FFF;
	border: 0px;
	width: 204px;
	height: 16px;
}

BODY
{
	background-image: url(images/imed_start_tec_bar.jpg);
	background-repeat: repeat-y;
	background-position: 50% 11px;
}

DIV#canvas
{
	position: absolute;
	width: 640px;
	height: 987px;
	left: 50%;
	margin-left: -320px;
	display: block;
	padding-bottom: 0px;
	top: 180px;
}

.leftborder
{
	background-image: url(images/imed_content_left.gif);
	background-repeat: repeat-y;
}

.rightborder
{
	background-image: url(images/imed_content_right.gif);
	background-repeat: repeat-y;
}

A:link, A:visited
{
	color: #7D1F15;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

A:hover {
	color: #000;
}

.secret { display: none; }



