/* @override http://patrickbatemanquotes.com/style.css */

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

	color: rgb(0, 0, 0);no-repeat scroll left 1px;
	background-size: 100%;
	}

#container {
	background-color: #ffffff;
	padding: 10px;
	width: 40%;
	z-index: 3;

	margin-bottom: 10%;
	margin-left: 28%;
	text-align: center;
}

#bottom {
	bottom: 0;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #5299fa;
}

a:hover {
	text-decoration: underline;
	color: #5299fa;
}

img {
	border: 0;
}

h1 {
	font-weight: bold;
	font-size: 45px;
	color: #091b34;
}