html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:100%;
	height:100%;
	overflow:auto;
	margin:0;
}


#container { position:absolute; width:816px; height:470px; left:50%; top:50%; margin: -190px 0 0 -365px; background-image:url(../img/bg_textil2.gif); background-repeat:no-repeat; }
#left { padding: 60px 0 0 35px; float:left;	width:170px; }
#menu { width:140px; text-align:right; position:absolute; bottom:100px }
#menu img { margin-bottom:15px; }
#breadcrump { clear:both; float:right; position:absolute; right:105px; top:40px; }
#center {width:208px; float:left; margin-top:45px; }
#right { position:absolute; left:440px; float:left; width:285px; bottom:115px; line-height:20px}

ol { margin-left:-25px; }
a:link, a:active, a:visited { text-decoration:none; color:#0033CC}
a:hover { text-decoration:underline; color:#0033CC}
