* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff; /*white*/
}


.quote {
	margin-top: 50px;
	width: 80%;
	font-size: 30px;
	padding: 10px;
	background-color: #fff; /*white*/
	text-transform: uppercase;
}

.indent {
	padding-left: 100px;
}

h1, h2 {
	font-size: 30px;
	padding: 10px;
}

.quoteheader {
	margin-top: 100px;
	width: 50%;
	background-color: #103584; /*blue*/
	text-transform: uppercase;
}

.quoteh1header {
	color: #fff; /*white*/
}

.quoteh2header	{
	color: #fff; /*white*/
}

p {
	color: #103584; /*blue*/
}

.logo {
	border: #ffffff;
	color: #fff;
	font-weight: lighter;
	font-size: 10px;
	background-color: #103584; /*blue*/
}

#footer {
    position:absolute;
    bottom:0;
    width:200px;
    height:60px;   /* Height of the footer */
	padding: 10px 0px 0px 0px;
	margin-left: 20px;
	/*background-color: #fff;*/ /*white*/
}

.p_footer {
	color: #fff;
}
