body {
	font-family: "Trebuchet Ms", Verdana, sans-serif;
	font-size: medium;
	color: white;
	background-color:#191919  /*#696969;  /*dimgrey*/
}
div#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
div#container {
position:relative;
vertical-align:middle;
display:table-cell;
height: 570px;
}
div#inner
{ 
color: white;
width: 500px;
margin-left:auto;
margin-right:auto;
}
 .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:5px;
    }

p.intro {color:yellow;font-size: xx-large;font-weight:bold;text-align:center}
p.big {color:white;line-height: 160%; padding: 20px}
a:link {color:orange}
a:visited {color:orange}
a.two:link {color:orange}
a.two:visited {orange}
a.two:hover {color:yellow}