body, html{
	background-color:#FFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 20px
}
.title {
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#da0000;
}
.parent {
  display: table;
  height: 100%;
  width: 100%;
  border-top: #da0000 8px solid;
}
.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
  	vertical-align: middle;
}
.content{
	width:750px;
	height:594px;
	margin:auto;
	text-align:center;
}
a.link:link, a.link:active, a.link:visited {
	font-weight:bold;
	color:#000;
	text-decoration:none
}
a.link:hover {
	color:#000;
	text-decoration:underline;
}