body{
	/*background: #333;*/
	color: white;
	font-family:Arial, sans-serif;
}

.main{
	width: 30em;
	margin: 5% 0 10% 10%;
	padding: 2em;
	background: white;
	color: black;
}

h1.name{
	font-size:4em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	
}

h1.spaced{
	letter-spacing: .5em;
}

span.site{
	color: #666;
	font-size:3em;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

span.slogan{
	font-size: 1em;
	line-height: 1.2em;
	font-weight: medium;
	
}

p{
	font-size: .8em;
	line-height: 1.2em;
}

a{
	color: #2c5eee;
	text-decoration: underline;
}

a:visited{
	color: #666;
}

a:hover{
	font-weight: bold;
}


a.anchor, a.anchor:visited, a.anchor:active{
	color: #666;
	text-decoration: none;
}

ul{
	margin-top: .5em;
	font-size: .8em;
	padding-left: 1em;
	margin-left: 1em;
}

li{
	padding-bottom:.5em;
	list-style-type: lower-roman;
}

ul.menu{
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: .2em;
	padding-bottom: .2em;
}

.menu li{
	display: inline;
	margin-right: 2em;
}

.menu a{
	text-decoration: none;
}

h3{
	font-size: 3em;
	font-weight: normal;
	margin: 0;
}

.film{
	font-style: italic;
}

img.alignright{
	float: right;
}

#header{
	width: 100%;
	float: left;
	clear: both;
}

#header .left{
	width: 200px;
	float: left;
}

.menu{
	float: left;
	width: 100%;
}

#image-box{
	width: 500px;
	 height: 500px;
	  background-size: contain;
	   background-repeat: no-repeat;
	    background-position: center center;
	     position: fixed;
	      right: 100px;
	       top: 50%;
	        margin-top: -250px;
}

