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: left;
 //vertical-align: middle;
 padding: 10px 0px 50px 40px;
}
#paragraph {
	padding: 10px 0 10px 40px;
	margin: 0 auto;
	text-align: left;
	width: 560px;
	color: #146b9d;
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana;
}

a:link, a:visited {
  color: darkblue;
  font-weight: bold;
  text-decoration: none;

}
a:hover{
color: #993300;
}