body {
  /* Location of the image */
  
  /* Background image is centered vertically and horizontally at all times */
  
}


html, body, #wrapper {
	background-image: url(images/background-image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #1d3440;
    height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#1d3440
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
  
} 
p {
	font: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF  
}

a:link{
	color: #5792CE;
	text-decoration: none;
}
