html { height: 100%; }
body {
		 	height:100%;
			font-family: verdana;
			text-align: center;
			margin: 0px;
			background-image:url('bg_snow.jpg');
			}
			

a {
	 font-size: 14px;
	 text-decoration: none;
	 }
a.menu {
   color:#005959;
   display: block;
	 padding-top: 11px;
   padding-bottom:11px;
	 }
a:hover {
          color:#045B8D;
				 }

span {
       display: block;
			 padding:25px;
			}
table {
       font-size: 12px;
			 
			
       }  
	 
#global {
				 height: 100%;
				 width: 676px;
				 margin: auto;
				 }
#header {
         height: 110px;
				 width: 676px;
				 background-image:url('header.jpg');
				 }
#menu {
       height: 42px;
			 width: 676px;
			 }
#button1 {
          height: 42px;
					width: 227px;
					float: left;
					background-image: url('button1.jpg');
					}
#button1 a { background-image: url('button1.jpg');	}	
#button1 a:hover { background-image: url('button1_hover.jpg');	}			
#button2 {
          height: 42px;
					width: 224px;
					background-image: url('button2.jpg');
					float: left;
					}
#button2 a { background-image: url('button2.jpg');	}	
#button2 a:hover { background-image: url('button2_hover.jpg');	}						
#button3 {
          height: 42px;
					width: 225px;
					background-image: url('button3.jpg');
					float: left;
					}
#button3 a { background-image: url('button3.jpg');	}	
#button3 a:hover { background-image: url('button3_hover.jpg');	}											
#snow { 
       width: 676px;
			 height: 211px;
			 background-image: url('snow.jpg');
			 }
#white {
				text-align: left;
				width: 676px;
				height: auto;
				min-height: 400px;
				background-image: url('white.jpg');
				}			  

#link {
	float: right;
	font-style: italic;
	}
.res {
   font-size: 12px;
   font-weight: bold;
   color:#005959;
   clear: none;
	width: 100px;
	 }
#upp {
	font-size: 12px;
	}
