html, body, table {
	height:100%;
	margin:0px;
}
#center {
width:978px;
height:562px;
vertical-align: middle;
margin-right:auto;
margin-left:auto;
background-image:url(main_back.jpg)
}
#container {
	z-index: 1;
	position: relative;
	width: 975px;
	height:559px;
	padding-top: 3px;
	padding-left: 5px;
	background-image:url(main_back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:left;
}
#layer1 {
	width: 21px;
	height: 21px;
	z-index: 2;
	left: 2px;
	position: absolute;
	top: 0px;
	background-image:url(corner-tl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#layer2 {
	width: 22px;
	height: 21px;
	z-index: 3;
	right: 0px;
	position: absolute;
	top: 0px;
	background-image:url(corner-tr.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#layer3 {
	width: 20px;
	height: 23px;
	z-index: 4;
	left: 0px;
	position: absolute;
	bottom: 3px;
	background-image:url(corner-bl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#layer4 {
	width: 20px;
	height: 21px;
	z-index: 5;
	right: 0px;
	position: absolute;
	bottom: 3px;
	background-image:url(corner-br.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#signature  {
margin-top : 0;
color : #333333;
}
#signature1 {
float : left;
}
#signature2 {
float : right;
} 

.blue  {
color : #333333;
}

  li.syndesmoi  {
display : block;
margin-bottom : 10px;
}
a.links:link {
font-family : "Trebuchet MS";
font-size : 12px;
font-weight : normal;
color : #448bcb;
text-decoration : none;
}
a.links:visited {
font-family : "Trebuchet MS";
font-size : 12px;
font-weight : normal;
color : #448bcb;
text-decoration : none;
}
a.links:focus {
font-family : "Trebuchet MS";
font-size : 12px;
font-weight : normal;
color : #448bcb;
text-decoration : none;
}
a.links:hover {
font-family : "Trebuchet MS";
font-size : 12px;
font-weight : normal;
color : #448bcb;
text-decoration : underline;
}
a.links:active {
font-family : "Trebuchet MS";
font-size : 12px;
font-weight : normal;
color : #448bcb;
text-decoration : none;
} 
#footer {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	font-family : "Trebuchet MS";
	font-size: 12px;
	color: #26587D;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
#footerleft {
	float: left;
}
#footerright {
	float: right;
}



