
#page_bg {
	margin: 0px 0px;
	padding: 0;
	padding-bottom: 25px;
background: #b9cbd4 url(templates/mt2008/images/bg.gif) top left no-repeat;
}

div#header {
	width: auto;
	height:210px;
	background: url(templates/mt2008/images/fiilis/intro_head.gif) top left no-repeat;
}


html {
  height: 100%;
  margin-bottom: 0px;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	color: #333;
}

div.center {
  text-align: center;
  margin: 60px auto 0;
  width: 903px;
}

div #content {
	background: #fff;
	padding-bottom: 13px;
	text-align:left;
}

div#conf {
 	width: 295px;
	height: 450px;
	float:left;
	background: #eaeaea;
}

img {
	border: none;
}

div#comp {
 	width: 295px;
	height: 450px;
	float:left;
	background: #eaeaea;
	margin-left: 8px;
	margin-right: 8px;
}
div#publ {
 	width: 295px;
	height: 450px;
	float:right;
	background: #eaeaea;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
}

li {
	margin-bottom: 1em;
}

a:link, a:visited{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


