body{
	background: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

#container{
	border: 10px solid #d00035;
	width: 400px;
	height: 100px;
	overflow: hidden;
	margin: 25px auto 0;
}

#quote {
	width: 400px;
	margin: 5px auto;
	text-align: center;
	font-size: 20px;
	color: #ef003c;
}

.quotes {
	font-size: 30px;
	color: #ababab;
}

h1 {
	font-size: 72px;
	position: relative;
	bottom: 0;
	right: 0;
	text-align: right;
	color: #d00035;
}

#contact {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 72px;
	text-align: right;
	color: #d6d6d6;
}