html, body {
	margin: 0;padding: 0;
	background: url(../images/bg_main.png) repeat;
	font-family: tahoma, verdana, arial, helvetica;
	font-size: small;
	color: #5a5a5a;
}

a:link {color: #789f18;}

a:hover {text-decoration: none;}

a:visited {color: #789f18;}


/*** PANEL ***/

table.panel {
	width: 804px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -260px 0 0 -400px;
}

table.panel td.top {
	height: 12px;
	width: 100%;
	background: url(../images/Panel_top.png) center no-repeat;
}

table.panel td.main {
	height: 100%;
	width: 100%;
	background: url(../images/panel_main.png) repeat-y;
}

table.panel td.bottom {
	height: 54px;
	width: 100%;
	background: url(../images/panel_bottom.png) center no-repeat;
}

/*** CONTENT ***/

div.content {
	width: 724px;
	margin: auto;
	padding-top: 56px;
	background: url(../images/bracket.png) 275px center no-repeat;
}

div.content .leftColumn {
	height: 100%;
	width: 271px;
	background: url(../images/logo_ecorsys.png) no-repeat;
	padding-left: 91px;
	float: left;
}

div.content .rightColumn {
	height: 100%;
	width: 271px;
	background: url(../images/logo_ecorgroup.png) no-repeat;
	background-position: 87px 15px; 
	padding-left: 91px;
	float: left;
}

div.content .text {
	width: 240px;
	position: relative;
	top: 93px;
}