body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    font-family: Helvetica;
	color: #4D4D4D;/* Was #ccc */
	text-align: center;
	font-size: .75em;
}

#wrapper {
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	/*height: 550px;/* Formerly 600px */
	width: auto;/* Formerly 900px */
	text-align: center;
}

img {
	border: none;	
}

a {
   text-decoration: none;
   color: #4D4D4D;/*#00a8ff;*/
   outline:none;
}

blockquote {
    font-family: Helvetica;
	text-align: center;
	color: black;
	font-weight: 700;
	font-size: 4em;
	line-height: 1;
}
blockquote:before {
	content: '"';
	color: black;
}
blockquote:after {
	content: '"';
	color: black;
}

#bottom {
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*bottom: 5%;*/
    /*left: 35%;*/
}

#bottom a:hover {
    text-decoration: underline;
}

#bottom p {
   text-decoration: none;
   color: #4D4D4D;
   outline:none;
}
