* 
{
	margin:0;
	padding:0;
	font-family:Arial;
	color:#000000;
}

html, body 
{
	height:100%;
	min-height: 100%;
	background-color: #ffffff;
	overflow: hidden;
}

#holder
{
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#about
{
	display:none;
}

#no-flash
{
	position: relative;
	display: block;
	left: 50%;
	margin: 50px 0 0 -300px;
	width: 600px;
	height: 100%;
	background: url('../content/images/noflash/photo.png');
	background-repeat:no-repeat;
	background-position:300px 45px;
}

#no-flash p
{
	width: 250px;
	margin: 20px 0 0 0;
}