body {
	overflow:hidden;
	background-color:rgb(0,32,101);
}

#content {
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	color:#FFFFFF;
}

#content a {
	color: #FFFFFF;
}

.nav a {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	letter-spacing:.3em;
	padding-right:.5em;
	padding-left: .5em;
	display:block;
	float:left;
	border-right: 0.08em solid #FFFFFF;
}

.nav a:hover {
	text-decoration: underline;
}

#bgimg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

div.transBox {
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.5);
	text-align:justify;
	padding: 1em 1em 1em 1em;
}

.header {
	font-size: 1.2em;
	border-bottom: 0.08em solid #FFFFFF;
}

.header a {
	text-decoration:none;
}

#AlexLevenson {
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.5);
	text-align:center;
	font-size:2em;
	letter-spacing:0.8em;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.tweet p {
	font-size:0.8em;
	text-align:left;
}
.tweet .time a{
	font-size:0.7em;
}