/** Main **/

body
	{
	margin: 0;
	padding: 0;
	background-color: #CCC;
	background-image:url('images/bg_CCCCCC.gif');
	color: #333;
	font-size: 11px;
	font-family: Verdana;
	}
#name-who
	{
	display: block;
	position: fixed;
	bottom: 70%;
	left: 0;
	height: 200px;
	width: 100%;
	border-bottom: 1px dotted #DDD;
	background-color: #CCC;
	background-image: url('images/logo_who2.gif');
	background-repeat: no-repeat;
	background-position: left;
	opacity: 0.75; /* CSS3 Firefox */
	filter:alpha(opacity=75); /* CSS3 IE not standard*/
	}
#name
	{
	position: fixed;
	bottom: 70%;
	left: 0;
	height: 200px;
	width: 100%;
	border-bottom: 1px dotted #DDD;
	background-color: #CCC;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: left;
	opacity: 0.75; /* CSS3 Firefox */
	filter:alpha(opacity=75); /* CSS3 IE not standard*/
	}
#name a:link, #name-who a:link, #name a:visited, #name-who a:visited
	{
	text-decoration: none;
	opacity: 0; /* CSS3 Firefox */
	filter:alpha(opacity=0); /* CSS3 IE not standard*/
	zoom: 1;
	color: #CCC;
	}
h1, #h1-who
	{
	margin: 0;
	padding 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 145px;
	font-size: 2.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: #CCC;
	}
.name-bg
	{
	}
#description, hr
	{
	display: none;
	}
	
/** Background **/

#transparent-layer
	{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F00;
	filter:alpha(opacity=10);
	opacity: 0.10;
	z-index: -2;
	}
#flash-background
	{
	display: block	;
	position: fixed;
	width: 1688px;
	height: 998px;
	text-align: left;
	margin:0;
	bottom: -25px;
	z-index: -3;
	}

/** Content **/

#content-splash
	{
	display: none;
	}
#content
	{
	display: block;
	}
#bg-control
	{
	position: fixed;
	bottom: 5%;
	left: 250px;
	}
#bg-control p
	{
	margin: 0;
	padding: 3px;
	color: #999;
	width: 100px;
	xborder-bottom: 1px solid red;
	text-align: right;
	}
#bg-control p a:link
	{
	color: #999;
	text-decoration: none;
	}
#bg-control p a:hover
	{
	color: #FFF;
	text-decoration: none;
	}
#bg-control-show
	{
	display: none;
	}
#bg-control-hide
	{
	display: block;
	}
#bizcard
	{
	display: block;
	position: absolute;
	top: 30%;
	left: 375px;
	z-index: 1;
	width: 325px;
	margin-top: -2.3em;
	min-height: 200px;
	background-color: #FFF;
	opacity: 0.4; /* CSS3 Firefox */
	filter:alpha(opacity=40); /* CSS3 IE not standard*/
	}
#bizcard2
	{
	margin: 3.0em 1.0em 0 2.0em;
	}
#bizcard ul
	{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#bizcard li
	{
	margin-bottom: 0.5em;
	}
#bizcard a:link
	{
	}

/** Posts **/
