body {
	background-color:#99ccff;
	margin:0px;
	padding:0px;
	font-family: Georgia, Serif;
	}


p {
	color:#000;
	font-size:20px;
	line-height:30px;
	padding: 0px 30px 0px 30px;
	}


a  { 
	color: #99ccff; 
	text-decoration: none;
	 }

a:hover { 
	text-decoration: underline;
	 }

img.background-image {
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#centered {
    top: 50%;
    left: 50%;
    position: absolute;
}

#box {
    position: relative;

    width: 700px;
    margin-left: -350px;
    height: 400px;
    margin-top: -200px;
    
    background-color: #fff;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border-width:4px;
    border-style: solid;
    border-color:#000;
}