@charset "UTF-8";

* {
	margin: 0;
	border: 0;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color: #1c2235;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	color: #312f2d;
	font-size: 1em;
	line-height: 1em;
}

/* CONTENT */

div#content {
	position: relative;
	width: 400px;
	margin: 100px auto 0 auto;
	padding: 30px;
}

.quote {
	position: relative;
	width: 400px;
	margin: 0 auto 0 auto;
	color: #7a8ecb;
	text-align: center;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.3em;
}

.author {
	position: relative;
	width: 400px;
	color: #7a8ecb;
	font-size:.9em;
	margin: 10px auto 150px auto;
	text-align: right;	
	font-weight: bold;
}

.callToAction {
	color: #ece7da;
	font-size: 1em;
	margin-bottom: .7em;
	text-align:left;
	line-height: 1.5em;
}

.logo {
	position: relative;
	display: block;
	margin: 20px auto 0 auto;
}

#content h1 {
	margin-bottom: .5em;
	font-size: 3em;
}

#content h2 {
	color: #ece7da;
}

#content h3 {
	margin-bottom: .5em;
	font-size: 1em;
	font-weight: normal;
	color: #615c5a;
}

.first-line {
	text-transform: uppercase;
}


#content a {
	color: #3d4e77;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #312f2d;
}