
html,body {
height:100%;
margin:0;
padding:0;

}
#image_container {
max-width:600px;
height:600px;
border:0px;
margin:0% auto;

display: table-cell;   vertical-align: middle; 

}
.imagevertical {

width:auto;
height:600px;
padding:0;

}


p
{padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
font-size: 1.0em;
 font-family: arial;
 text-align:justify;

}

A:link {text-decoration: underline; color: black;}

A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: black;}
A:hover {text-decoration:line-through; color: black;}

html,body { overflow: auto; border-width: 0px; }
html>body { overflow: visible; }
html { height: 100%; }


