/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:992px;/* for mozilla*/
	background-color: #FFF;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:990px;
	/*border-left:1px solid #000;*/
	/*border-right:1px solid #000;*/
	text-align:left;
	margin:auto;
	position:relative;
	/*background:  url(images/2colcentredbg.jpg) repeat-y center center;*/
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:1px;
	left:4px;
	width:990px;
	height: 95px;
	/*background:#FF0000;*/
	/*border:1px solid #000;*/
	overflow:hidden;
	z-index:100;
}


#logo
{
	position: relative;
	top: 2px;
	left: 2px;
	float: left;
}

#banner
{
	position: relative;
	top: 2px;
	float: right;
	width: 830px;
	height: 90px;
}

#left {
	/*background-color: blue;*/
	position:relative;/*ie needs this to show float */
	width:154px;
	float:left;
	padding-top:72px;/*needed to make room for header*/
}
#left p {padding-left:3px;padding-right:2px}

#flags
{
        position: relative;
        top: 35px;
        /*width: 152px;
	height: 95px;*/
}

#links
{
	position: relative;
	top: 40px;
}

#footer {
	width:990px;
	clear:both;
	height:32px;
	/*border-top:1px solid #000;*/
	/*border-bottom:1px solid #000;*/
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontenta {
	/*background-color:green;*/
	width:830px;
	float:right;
	padding-top: 10px;/*make room for header*/
	text-color:yellow;
	tecxt-align:center;
}
.liikuvbanner{
	width:830px;
	float:right;
	padding-top: 97px;/*make room for header*/
}

#centrecontent {
	/*background-color:green;*/
	width:830px;
	float:right;
	padding-top: 97px;/*make room for header*/
	/*text-color:yellow;
	text-align:center;*/
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:40px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

