body {
	background-color: #515151;
}

.title {
	color: #d7d7d7;
	text-transform: lowercase;
	font: normal 43px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.30em;
}

#banner {
	top: 2em;
	left: 2em;
	position: relative;
	background-color: #343535;
	margin: 1em;
	border-style: dotted;
	border-color: #c1c1c1;
	width: 40em;
	height: 20em;
	padding-left: 4em;
	padding-right: 1em;
}

#banner_p2 {
	top: 2em;
	left: 2em;
	position: relative;
	background-color: #343535;
	margin: 1em;
	border-style: dotted;
	border-color: #c1c1c1;
	width: 60em;
	height: 12em;
	padding-left: 4em;
	padding-right: 1em;
}

#page {
	color: #d4d4d4;
	font: medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 60em;
	position: relative;
	margin: 1em;
	background-color: #343535;
	border-style: dotted;
	padding-left: 4em;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-right: 1em;
	top: 2em;
	left: 2em;
}

#motto {
	color: #b5b5b5;
	font-style: italic;
	font-size: large;
	float: none;
	position: relative;
	width: 12em;
	height: 20em;
	left: 21em;
	bottom: 11.5em;
}

#contact {
	color: #bdbdbd;
	text-transform: lowercase;
	font: italic medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	left: 4em;
	bottom: 2em;
}

#logo {
	position: relative;
	height: 130px;
	width: 416px;
	overflow: hidden;
	bottom: 2em;
}

#logo img {
	width: 394px;
	height: 509px;
	margin-left: -48px;
	margin-top: -208px;
}

a {
	text-decoration: none;
	color: #d8dada;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}


.title a {
	font-weight: normal;
	font-style: normal;
}

.download a {
	text-decoration: underline;
}

.copyright {
	font: x-small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #dedede;
}