body {
/*  background: url("../images/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
   /*font-family: 'Lato', sans-serif;*/
   margin: 0;
    padding: 0;
  background:#000034;
  font-family:"Times New Roman", serif;
  	text-align: center;
	font-size:20px;
	color:#fff;
}
#myDiv{	
	position: absolute;
	width: 50%;
	height: 50%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
p {
    margin: 0;
	/*line-height: 47px;*/
}
img {
    margin: 0 0 8px;
}
.contactinfo {
    bottom: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}