html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

body {

	font-family:"Verdana";
	background-color: #ffffff;
  background-image: url('http://www.kerfdevelopments.info/images/background.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;

}

img {
   padding:1px;
   border:1px solid #000000;
   background-color:#FFFFFF;
}


.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}
.content {
	display: inline-block;
	text-align: center;
	width: 620px;
	height: 460px;
}

.border-1 {
	border-bottom:2px solid #e5e5e5;
	text-align: center;
}

.border-2 {
	border-top:2px solid #e5e5e5;
	text-align: center;
}

.indent-bottom1 {padding-bottom:8px;}

.font1 {
	
	font-weight:bold;
	font-size:7.5pt;
	color:#D2232A;
	}
	
	.font2 {
	
	font-weight:normal;
	font-size:16pt;
	color:#D2232A;
	}
	
		.font3 {
	
	font-weight:normal;
	font-size:10pt;
	color:#D2232A;
	}

.color1 {
		color:#454545;
}

