@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  font-family:Arial, Helvetica, sans-serif;
}

body, html{
	text-align:center;

	}
body{
background-image:url(../images/redirect_bg.gif);
background-repeat:repeat-x;
background-color:#47ad36;
	
	}
	
#content_wrapper{
background-image:url(../images/redirect_panel.gif);
width:646px;
height:424px;
background-repeat:no-repeat;
margin:78px auto 40px auto;
text-align:center;
padding-top:110px;
padding:115px 40px 0px 40px;
}
	
h1{
text-indent:-999em;
overflow:hidden;
text-align:center;
margin:auto;
margin-bottom:20px;
font-size:34px;
color:#339933;
font-weight:normal;
}	

.weve_changed{
background-image:url(../images/weve_changed.gif);
width:582px;
height:84px;
background-repeat:no-repeat;

}


p{
 line-height: 1.5em;
  font-size:14px;
  color:#666;
  margin-bottom:12px;
  
}


a:link, a:visited{
color:#339933;
text-decoration:none;;
}

a:hover{
border-bottom:solid 1px #339933

}