/* /////////////////////////////////////////////////////////////////////////

	--------------------------------------
	version:	10.11.06
	author:		Peter Monte
	eMail: 		info@peter-monte.com
	website:	http://www.peter-monte.com
	recommended media devices: Projection, Screen, TV
	
///////////////////////////////////////////////////////////////////////// */

body {
	margin: 0px;
	padding: 0px;
	border:none;
	height: 100%;
	background-color: #202020;
	}


#flashHolder {
	margin:0;
	padding:0;
	border:none;
	z-index: 1;

	min-height:760px;
	min-width:700px;
	max-height:100%;
	max-width:100%;

	height:100%;
	width:100%;
	
	overflow:hidden;
	position:absolute;
	}

#links {
	position:absolute;
	z-index:2;
	overflow: default;
	bottom:10px;
	right:10px;
}

#links a{
	color:#FFFFFF;
}

#links #linkedin {
	background:transparent url(../img/linkedin.png) no-repeat scroll center center;
	color:#FFFFFF;
	display:inline-block;
	height:21px;
	text-indent:-999em;
	width:23px;
}
#links #sansxerif {
	background:transparent url(../img/sansxerif.png) no-repeat scroll center center;
	color:#FFFFFF;
	display:inline-block;
	height:21px;
	text-indent:-999em;
	width:33px;
}

#links #behance {
	background:transparent url(../img/behance.png) no-repeat scroll center center;
	color:#FFFFFF;
	display:inline-block;
	height:21px;
	text-indent:-999em;
	width:23px;
}


/*///////////// IE 6 /////////////*/
* html div {
	height:expression((document.body.clientHeight<700)?"760px":"100%");
	width:expression((document.body.clientWidth<1000)?"700px":"100%");
	overflow:auto;
	}
/*////////////////////////////////*/


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	padding: 20px;
	}

a {
	color: #00FF00;
	}

img {
	border: 0px;
	}