body {	
	background-color:#282627;
    margin: 0px;
    padding: 0px;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 500px;
	background:#282627 url('/images/error.png') no-repeat center center;
    margin-top: -250px;
    margin-left: -300px;
    font: 13pt Verdana, Tahoma, sans-serif;
}

.wrapper {
    margin: 25px;
	height: 450px;
	width: 550px;
	text-align: right;
}

.wrapper1 {
	height: 300px;
	text-align: left;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

h1 {
    color: #74953a;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 15px;
}

h3 {
  color: #e5e5e5;
  font-size: 100pt;
  font-weight: bold;
  margin: 0px;
}

a:link , a:visited{
    color: black;
}
a:hover {
    color: gray;
}

