#header {
		text-align: center;
		line-height: 1.4;
	}

#header img {
		margin: 0;
	}

#blurb {
		margin: 5em 0;
	}

h1 { 
		display: none; /*it's here for accessibility*/
	}

#wrap_1 {
		width: 80%;
		max-width: 30em;
		min-width: 570px;
	}

#webmail_link {
		width: 80%;
		margin: 5em auto;
		font-size: 1.3em;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}

#webmail_link a {
		display: block;
		text-decoration: none;
		background: #fffbcc url(button_background.png) 0px 0px repeat-x;		
		border: 1px silver solid;		
		-moz-border-radius: 4px;
		color: #555555;
		font-family: serif;
	}

#webmail_link a:hover {
		background-position: 0px -50px;
		border-color: #B9B9B9;
	}
