body {
	background-color: #000000;
    background-repeat: no-repeat
}
a:link {color: #6AE5FF; text-decoration: none}
a:visited {color: #6AE5FF; text-decoration: none}
a:hover {text-decoration: underline}

gallery {width: 600px; height: 400px; margin-left: auto; margin-right: auto;}
object a {display: none;} 
object {margin-left: auto; margin-right: auto; display block;}


.menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

.content {
    text-align: justify;	
    overflow: hidden;
	font-family: arial;
	color: #BDBDBD;
	font-size: 90%;
    letter-spacing: 2px;
}

.contentCtr {
    text-align: center;	
    overflow: hidden;
	font-family: arial;
	color: #BDBDBD;
	font-size: 90%;
    letter-spacing: 2px;
}

.header {
    overflow: hidden;
	font-family: arial;
    font-variant: small-caps;
    font-weight: bold;
	color: #BDBDBD;
	font-size: 130%;
    letter-spacing: 2px;
    word spacing: 2 px;
}

.headerCtr {
    overflow: hidden;
	font-family: arial;
    font-variant: small-caps;
    font-weight: bold;
	color: #BDBDBD;
	font-size: 130%;
    letter-spacing: 2px;
    word spacing: 2 px;
    text-align: center;
}

.border {
    border: 2px ridge #3A3A3A;
}
