body
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	
	background-color: #E2E2E2;
}

div.center
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#content
{
	background-color: #F4F6EC;
}
#incontent
{
	padding: 32px;
}
#top
{
	margin-bottom: 10px;
}

#gallerydiv
{
}

#image
{
	position: fixed;
	top: 0px;
	left: 0px;
}

img
{
	position: relative;
}

#greyout
{
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.5;
}

h1
{
	background-color: #F4F6EC;
	color: #484848;
}

a, a:visited
{
	background-color: #F4F6EC;
	color: #121328;
	text-decoration: none;
	font-size: 24px;
	margin-right: 20px;
	padding: 4px;
}
a:hover
{
	background-color: #CBCBF5;
}
a:active
{
	background-color: #DFCCF8;
}