/* ALL BACKGROUNDS PAGES */

body {
   background: #000;
   color: #0f0;
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: sans-serif;
}

a:link { color: #4cf; text-decoration: none }
a:visited { color: #39c; text-decoration: none }
a:hover { }
a:active { color: #ff0 }

hr { }

#header
{
	position: fixed;
	left: 5%;
	right: 5%;
	top: 0;
	margin: 0.5em 3% 0.5em 3%;
	text-align: center;
	font-weight: bold;
}

#footer
{
	position: fixed;
	bottom: 0.5em;
	left: 15%;
	right: 15%;
	font-style: italic;
	text-align: center;
}

.note { font-size: 0.7em }


/* BACKGROUNDS FRONT PAGE */


div#main { text-align: center; }

div#main a img
{
	position: fixed;
	border-width: 0;
	visibility: hidden;
}

div#main a:hover img { visibility: visible }

div#main a img.ul { right: 50%; bottom: 50% }
div#main a img.ur { left: 50%; bottom: 50% }
div#main a img.ll { right: 50%; top: 50% }
div#main a img.lr { left: 50%; top: 50% }

a.page
{
	position: absolute;
	font-size: 1.5em;
}


/* BACKGROUNDS GALLERY PAGES */

div#gallery
{
	text-align: center;
	margin: 4em 0 2em 0;
}

div#gallery img
{
	margin: 2%;
	padding: 2px;
	border: 1px none;
	vertical-align: middle;
}

div#gallery a:hover img { border: 1px solid #0f0 }

.gallery-text { font-weight: bold }

a.fixed {
	position: fixed;
	background-image: none;
	background-color: #000;
	border-style: solid;
	border-color: #0f0;
	border-width: 1px;
	padding: 0.5em 1.5em 0.5em 1.5em;
	font-weight: bold;
}

a.fixed:hover {
	background-color: #0f0;
	border-color: #000;
	color: #000;
}

a#up {
	left: 0.5em;
	bottom: 0.5em;
}

a#home {
	right: 0.5em;
	bottom: 0.5em;
}
