body {
	background-color: #000;
}

.container {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height: 1000px;
}

#titleButton {
	height: 200px;
}

#content {
	height: 500px;
	width: 550px;
	overflow: auto;
	overflow-x: hidden;
}

#nav {
	vertical-align: bottom;
	list-style: none;
	float: left;
	margin-bottom: 60px;
	padding: 50px 10px 0 0;
}

#nav a {
	color: #666;
	text-decoration: none;
}

#nav a:hover, #nav a:focus {
	color: #fff;
}

#nav a.active {
	color: #fff;
}


#nav li {
	display: block;
	float: left;
	padding: 0;
	margin-right: 15px;
	height: 6em;
	line-height: 6em;
}

#nav li a {
	vertical-align:middle;
}


.source {
	text-align: right;
	padding-bottom: 20px;
}

.name {
	font-weight: bold;
}

.publication {
	font-style: italic;
}