﻿* {
	font-family: Helvetica, Arial, sans-serif;
}
.page {
  display: table;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ie-8 .product-logo {
	display: inline;
	position: absolute;
	margin-left: 67px;
	top: 36px;
	z-index: 1;
}

.ie-8 .frontline-logo {
	display: inline;
	position: absolute;
	left: 70px;
	top: 15px;
	z-index: 1;
}
 
.page .content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-left: 75px;
  color: #616365;
  position:relative;
  /*width:expression(this.childNodes[0].offsetWidth+"px");*/
}
.page .content .message {
  /*position:absolute;
  top:50%;
  margin-top:expression(-this.offsetHeight/2);*/
  position:absolute;
  top:250px;
  font-size: 55px;
  width: 665px;
  line-height: 1.2;
  font-weight: 300;
}
.page .content .tag {
  font-weight: bold;
}

.page .mountains {
  background: url("../../images/2013/error-page-mountains.png") no-repeat;
  background-size: cover;
  -ms-behavior: url("/../../polyfills/backgroundsize.min.htc");
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  width: 100%
}