
body {
	background-image: url(imagesinoveo/fond.gif);
	background-repeat: repeat-x;
	background-color: #CBCCCD;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center; /* <-- work aroun for IE */
}

#page {
	margin:0 auto; /* Align center */
	width:709px;
	background:#fff;
	text-align:left;
	background:url(/template/images/exp.jpg) repeat;
}

#head {
	display:block;
	height:110px;
	width:709px;
	background:url(/template/images/header.jpg);
}

div#left, div#right {
	display:block;
	width:46px;
	height:619px;
	float:left;
	z-index:50;
}

div#left  {
	background:url(/template/images/left.jpg) no-repeat;
}
div#right {
	background:url(/template/images/right.jpg) no-repeat;
}

div#content{
	background:url(/template/images/exp.jpg) repeat;
}

div#middle {
	background:#fff;
	display:block;
	width:561px;
	margin:0 28px;
	float:left;
	z-index:25;
}

div#chatBox {
	display:block;
	width:513px;
	height:276px;
	margin-left:24px;
	background: url(/template/images/chatbox.jpg) no-repeat;
	padding-top:7px;
}

div#chatApp {
	display:block;
	width:501px;
	height:261px;
	margin-left:6px;
	background:#000;
}

div#footer {
	display:block;
	background:url(/template/images/bottom.jpg) bottom no-repeat;
	width:709px;
	height:28px;
}

div#clearer {
	clear:both;
}

.highlight {
	color: #A8342D;
	font-weight: bold;
}
a:link {
	color: #A8342D;
}
a:visited {
	color: #A8342D;
}

.copyright{
	text-align:center;
	font-family:arial;
	font-size: 10px;
	font-weight:normal;
}

p{
	font-size:12px;
}
table, tr, td  {
	margin:0;
	padding:0;
	border:0;
}

#helpChatDiv {
	width:500px;
	
	text-align:center;
	padding:10px;
	margin:0 auto;
	font-size:12px;
	border:1px solid grey;
}
