

html, body { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
} 

/*
.background { 
	height: 100%;
	padding: 0px;
	margin: 0px;
}
*/

/* background hack for firefix */
/*
.background, x:-moz-any-link, x:default {
	height: 100%; 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -384px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -512px;
	background-color: #000;
	background-image: url(Support/images/backgroundOPTIMIZED_B.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
*/


.indexBackground {
	background-attachment: fixed;
	background-image: url(Support/images/indexBackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	background-color: #D36F2F;
}


/* background for firefox */
.indexBackground, x:-moz-any-link, x:default {
	background-attachment: fixed;
	background-image: url(Support/images/indexBackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	background-color: #db6f24;	
}


.blueBackground {
	background-image: url(Support/images/blueBackground.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.search {
	font-family: Helvetica, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
}
.copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-align: right;
	padding-right: 27px;
}
.greyBackground {
	background-image: url(Support/images/greyBackground.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.openingText {
	font-family: Helvetica, sans-serif;
	font-size: 12.5px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	line-height: 16px;
	font-weight: lighter;
}
.shadowBackground {
	background-image: url(Support/images/shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.michael {
	font-family: Baskerville, Times New Roman, Times, serif;
	font-size: 32px;
	color: #333;
	font-style: italic;
	letter-spacing: 1.0px;
}
.MATOSIAN {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.openingText a{
	font-size: 20px;
	color: #999;
	text-decoration: none;
	padding-top: -2px;
}

.openingText a:hover{
	color: #000;
	text-decoration: none;
}

.openingText a:visited{
	color: #999;
	text-decoration: none;
}

.openingText a:visited:hover{
	color: #000;
	text-decoration: none;
}
