body {
	background-color: #0F0F0F;
	background-image: url(gustave.png);
	background-repeat: repeat-y;
	background-position: center;
}
section {
	width: 410px;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}
article {
	width: 370px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align:left;
	color: #333;
	line-height: 20px;
	background-color: #FFF;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	float: left;
}
article2 {
	width: 370px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align:left;
	color: #333;
	line-height: 20px;
	background-color: #FFF;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	float: left;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	float: left;
	padding: 0px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	float: right;
	margin: 0px;
	padding: 0px;
}
header {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
	letter-spacing: 1px;
	opacity: 0.8;
}

nav {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	float: right;
}

nav a{
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	float: right;
	text-decoration:none;
	opacity: 0.7;
}
footer {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	float: right;
	font-size: 20px;
	letter-spacing: 1px;
	background-color: Black;
}
footer a{
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-decoration:none;
	opacity: 0.7;
}
a:hover {
	opacity: 1;
}