@charset "utf-8";

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border:none
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border:none;
	background: #d1d1d1;
}

#wrap {
	z-index: 0;
	display: block;
	position: absolute;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	min-height: 100%;
  	height:auto !important;
  	height: 100%;
	top: 0;
	right: 0;
	left: 0
}

#data {
	z-index: 1;
	background: none;
	padding: 0;
	margin: auto;
	border: none;
	top: 0;
	position: relative;
	width: 100%;
	padding-bottom: 70px
}

#top {
  z-index: 3;
  width: 900px;
  min-height: 150px;
  height:auto !important;
  height: 150px;
  position: relative;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0
}

#datacon {
	z-index: 2;
	background: #d1d1d1;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	/*padding-left: 20px;*/
	margin: auto;
	border: none;
	width: 900px;
	min-height: 400px;
	text-align: center
}

span.logo {
	font-family: 'Terminal Dosis Light', sans-serif;
	font-size: 200px;
	line-height: 400px;
	color: #333;
}

#foot {
	z-index: 999;
	background-color: #b3b3b3;
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
  	height: 70px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0
}

#foot p {
	background: none;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	width: 900px;
  	height: 20px;
	line-height: 30px;
	vertical-align: middle
}

#foot p a {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none
}

#foot p a:hover {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: line-through
}