
body {
margin:0;
padding:0;
height: 100%;
font-size:62.5%;
line-height:62.5%;
font-family:Tahoma;
background-color:#99CC33;
background-image: url(../images/white.gif);
background-repeat: repeat-y;
background-position:center;
}	
	
a:hover {
color: #ffffff;
}

html {
height: 100%;
}

a img {
border:none;
}

ul {
list-style:none;
}

.onepercent {
height:1%;
}

* {
margin: 0;
padding: 0;
}

#page {
width:100%;
min-height: 100%;
position:relative;
}

* html #page {
height: 100%;
}

#topgradient {
width:100%; 
height:663px; 
position:absolute;
left:0; 
background-image: url(../images/top_gradient_final.jpg);
background-repeat:repeat-x; 
background-position: center top;
}

#bottomgradient {
width:100%; 
height:472px; 
position:absolute; 
bottom:0; 
background-image: url(../images/globalfon.jpg); 
background-repeat: no-repeat; 
background-position: center bottom;
}

#nonfooter {
width:100%;
position: relative;
min-height: 100%;
}

* html #nonfooter {
height: 100%;
}

.clearer {
clear:both;
}

.clearer2 {
clear:both;
display:block;
}

.hidden {
position:absolute;
left: -8000px;
}

#content {
width:990px;
margin:0 auto;
padding-bottom:4.1em;
background-color:#FFFFFF;
}
