body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #131313;
	background-position:center;
	background-repeat:repeat-y;

}
html { 
	/*Fix to always show scrollbar */
	min-height: 100%; 
	margin-bottom: 1px; 
}

body,td,th {
	font-family: "Calligraph421 BT", "Book Antiqua", "Times New Roman", Times, serif;
	color: #FFFFCC;
}
a:link {
	text-decoration: none;
	color:#808080;
}
a:visited {
	text-decoration: none;
	color:#808080;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.bg-container {
	position:relative;
    margin-left: auto;
    margin-right: auto;
 	width:auto;
	padding: 0;
	
    }	

.main-container {
	position:relative;
    margin-left: auto;
    margin-right: auto;
 	width: 75em;
	padding: 0;

	background-position:center;
	background-repeat:repeat-y;
    }	

.left {
	position:absolute;
	width: 29em;
	height:48.5em;

}
.right {
	position:relative;
	left:29em;
	width: 46em;
	height:auto;
	/*background-image:url(lines.gif);	*/
}

.show-menu-line {
	position:absolute; 
	width: 100%; 
	height:2.4em; 
	top: 46.1em;
	left:0;
}
/*This is for the alignment of the text below the main image (in long and short versions)*/
.show-menu-and-copy-alignment {
	padding: 0.5em 0.5em 0em 0em; text-align:right; 
}

.show-menu-and-copy-alignment span {
	font-size:110%; color:#808080; 
}

.copy-line-2 {
	position:absolute; 
	width: 100%; 
	height:2.4em; 
	top: 0em;
	left:0;
}

