body {
	/*background-image: url(../images/bxw.gif);
	background-repeat: repeat;*/
}

img {
		max-width:100%;
border: none;
		  touch-callout:none;
	  user-select:none;
	  -webkit-touch-callout:none;
	  -webkit-user-select:none;
	  -moz-touch-callout:none;
	  -moz-user-select:none;
}

.errorDucument {
  text-align: center;
}

.errorDucument p{
  font-size: 14px;
  padding:0px 10px 20px 10px;
}

h1 {
  font-size: 22px;
  margin: 50px 0;
  color: #add700;
}

.goStartPageBtn {
  display: block;
  margin: 30px auto;
  text-decoration: none;
  width: 200px;
  line-height: 24px;
  padding: 10px 0;
  border-radius: 5px 5px 5px 5px;
  background-color: #eeeeee;
  color: #555555;
}


footer{
	text-align: inherit;
	font-size: inherit;
	margin:inherit;
}