body 
{
background-image: url(/images/Sean.png);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
}



/* Vertical centering: make div as large as viewport and use table layout */
div.content {top: 0; left: 0; width: 50%; height: 100%;
position: fixed; display: table}
.content p {display: table-cell; vertical-align: middle; }

/* Horizontal centering of image: set left & right margins to 'auto' */
img.displayed {display: block; margin: 1em auto}

/* Also center the lines in the paragraph 
   .content p {margin-left:auto;margin-right:auto;background-color:yellow;width:300px;} */
.content span
{
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
}
.blocktext
{
	font-family:mainfont,mainfont2,times;
	font-size: 1.5em;
}
.subscript
{
	font-size: 1em;
	font-family:mainfont,mainfont2;
}
a 
{
	color:#9AAACC;
	font-weight: bold;
	text-decoration: none;
	font-family:mainfont,mainfont2,times;
}
a:hover
{
	text-decoration: underline;
}

.blocktext2 small
{
	display: none;
}
.imagecontainer img {
	border: none;
	padding: 20px;
}
.imagecontainer {
	display: table;
	height: 100%;
	left: 0;
	top: 0;
	width: 80%;
}
h1 {
	font-family:mainfont,mainfont2,times;
}
.gallerytoplist li {
display:table-cell;
}
.gallerysublist li {
display:list-item;
}
.indexcontainer img{
	border: 0px;
}

