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

html,
body {
    width:100%;
    height:100%;
}
html {display:table;}
body {
    display:table-cell;
    vertical-align:middle;
}
#body {
    max-width:75%;
    margin-left: 20px;
}


.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;
}


