body
{
    font-family: "Arial", Courier, mono;
    /*background: #F0FFDA url(/error/images/topbg_long.png) left top repeat-x;*/
    background-color: #F0FFDA;
    margin:0px;
}
#bgwrapper {
    display:block;
    width:100%;
    height:100%;
}

#wrapper {
    /*background:url(/error/images/logo_full.png) center 130px no-repeat;*/
    display:block;
    width:100%;
    height:100%;
}

#content {
    width:900px;
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    text-align:center;
}

a:link {
	color: #D6027A;
	text-decoration: none;
}
a:visited {
	color: #D6027A;
	text-decoration: none;
}
a:hover {
	color: #D6027A;
	text-decoration: none;
}
a:active {
	color: #D6027A;
	text-decoration: none;
}

.text {
	padding-top:120px;
	font-size: 19px;
	color: #006631;
	text-decoration: none;
	font-style: italic;
}

.text b {
	font-size: 33px;
}

h1 {
	font-size: 59px;
	text-decoration: none;
	letter-spacing:-6px;
	color: #81C214;
	font-style: italic;
}

h2 {
	padding-top:100px;
	font-size: 37px;
	text-decoration: none;
	letter-spacing:-1px;
	color: #D6027A;
	font-style: italic;
}
