
html,body{
  background: url("background1.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

table{
	width:100%;
}

th{
	font-size:20px;
	text-align:left;
	text-decoration: underline;
}

tr{
}

td{
	text-align:left;
}
p{
	padding:2px;
}

.center-body{
	background-color:blue;
}

.header{
	line-height: 1.5;
	width:100%;
	vertical-align: middle;
}

.header-img
{
        line-height: 40;
        height: 150;
        width: 100%;
        vertical-align: middle;
}

