﻿#container {
	width: 100%;
	height: 100%;
	display: table;
}
#position {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
<![if IE]>
    #container { position: relative; }
#position {
	position: absolute;
	top: 50%;
}
#content {
	position: relative;
	top: -50%;
}
<![endif]–>

.body {
	margin: 0px;
	background: #eee;
	background-color: white;
	width: 500px;
	font-family: Arial, Verdana, Calibri;
	font-size: 70%;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: right;
}
.newStyle1 {
	font-size: small;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	margin-left: 1px;
	padding-left: 2px;
	color: #000080;
	font-variant: normal;
	font-weight: bold;
}
.scrollable {
	width: 200px;
	height: 358px;
	overflow: auto;
	margin-right: 5px;
}
.style4 {
	text-align: right;
	color: #000080;
}
.style6 {
	text-decoration: none;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000080;
	text-decoration: none;
}
.style8 {
	border-width: 0px;
}
a img {
	border: none;
}
