body {
	background: url('index_bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
}

div.gohome
{
	position: absolute;
	left: 680px;
	width: 200px;
	top: 10px;
	color: #aaaaff;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	z-index: 1;
}

div#EntryIndex {
	position: absolute;
	top: 100px;
	left: 100px;
	font-family: verdana;
	font-size: 8pt;
	color: #aaaaaa;
}

div#EntryIndex p.entrylink {
	color: #666666;
	font-size: 10pt;
}

div#EntryIndex p.entrylink a {
	color: #66CCCC;
}

div#EntryIndex p.picturelink {
	color: #666666;
	text-indent: -60px;
	padding-left: 90px;
}

div#EntryIndex p.picturelink a {
	color: #99CCCC;
}

div#EntryIndex p.entrylink a.expandlink {
	text-decoration: none;
	color: #99CC99;
}

div#EntryIndex p.entrylink a.collapselink {
	text-decoration: none;
	color: #CC9999;
}