/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxx    body - styles     xxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


body
{
 height: 100%;
 padding: 0;
 margin: 0;
 background: #666 url(bg_logo.jpg) center no-repeat fixed;
}

#centered {
 position: absolute;
 top: 25%;
 left: 25%;
 width: 50%;
 height: 50%;
 background-color: #CCCCCC;
 padding: 5px;
 opacity: 0.7;filter:alpha(opacity=70);zoom:1;
} 


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxx    ssm - styles     xxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.ssmHdr {
color: white;
font: bold 12px verdana;
	}

.ssmHdr:link {
color: white;
text-decoration: none;
	}

.ssmHdr:visited {
color: white;
text-decoration: none;
	}

.ssmHdr:hover {
color: white;
text-decoration: underline;
	}

.ssmHdr:active {
color: white;
text-decoration: underline;
	}

.ssmItem {
color: white;
font: 12px verdana;
	}

.ssmItem:link {
color: white;
text-decoration: none;
	}

.ssmItem:visited {
color: white;
text-decoration: none;
	}

.ssmItem:hover {
color: white;
text-decoration: underline;
	}

.ssmItem:active {
color: white;
text-decoration: underline;
	}

.ssmBar {
color: white;
font: bold 12px verdana;
	}
	
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */