/* CSS Document */

body {
	margin:0;
	padding:0;
	height: 100%;
	font-size:62.5%;
	line-height:62.5%;
	background-color: #BCE2F7;
	background-image:url(../images/top.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}	
	
a:hover {
	color: #ffffff;
}

html
	{
		height: 100%;
	}

* {
	margin: 0;
	padding: 0;
}

#page {
    width: 990px;
	margin: 0 auto;
	min-height: 100%;
	background-image:url(../images/fon.gif);
    background-repeat:repeat-y;
}	
	


* html #page
{
	height: 100%;
}


#nonfooter {
	width:990px;
	position: relative;
	min-height: 100%;
}

* html #nonfooter
	{
		height: 100%;
	}

.clearer {
	clear:both;
}	

.hidden {
position:absolute;
left: -8000px;
top:0;
}

#content {
   width:990px;
   padding-bottom:4.0em;
}  
  
   
#siteheader {
   width:990px;
   background-image:url(../images/top.gif);
   background-repeat:repeat-x;
   background-position:top;
   
}  
  
   
