html {
	height: 100%
}

body {
	font-family: verdana;
	height: 100%
}

table.underconstruct {
    width: 100%; 
    height: 100%;
}
table.underconstruct_nested {
  vertical-align: middle;
  margin-left:auto; 
  margin-right:auto;
}
td.underconstruct_left {
  vertical-align: middle;
  text-align: center;
  width: 300px
}
td.underconstruct {
  vertical-align: middle;
  text-align: center;
}

div.underconstruct {
	font-size: larger;
	font-weight:bold;
	text-align: center

}


div.container {
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    position: fixed; 
    display: table 
}

p.underconstruct_col1 {
  width: 30%; 
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

p.underconstruct_col2 {
  width: 20%; 
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

p.underconstruct_col3 {
  width: 30%; 
  display: table-cell;
  vertical-align: middle;
  text-align: center
}
p.underconstruct_col4 {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

div.underconstruct_title {
  text-align: center
}


/* Horizontal centering of image: set left & right margins to 'auto' */
img.underconstruct {
	display: block; 
	margin: 1em auto
}




