html {
    height: 100%;
    overflow: hidden;  
}
body {
    background: url(../web_images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
div#outer {
    display: table;
    height: 100%;
    width: 100%;
}
div#container {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
p.paragraph {
	padding: 20px 0 30px 40px;
	margin: 0 auto;
	text-align: left;
	color: #146b9d;
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana;
}
#h1 {
      padding: 20px 20px 20px 20px;
      margin: 0 auto;
      text-align: center;
      font-size: 22pt;
      font-weight: bold;
      font-family: Verdana;
	color: #146b9d;

}
a {
font-size: 14pt;
}
 
a:link { 
  text-decoration: none; 
	color: #146b9d;

} 
a:visited { 
  text-decoration: none; 
	color: #146b9d;

} 
a:hover { 
  text-decoration: none; 
  color: yellow;
} 
a:active { 
  text-decoration: none; 
	color: #146b9d;

}
div#footer {
position: absolute;
bottom: 30px;
width: 100%;
}


p.foot {
text-align: center;
}

 

