
/* hide from ie on mac \*/
html {
	
	overflow: auto;
	height:100%;
	background-color:#000;
	color:#fff;
	/*min-height:670px;
	height:expression(document.body.clientHeight < 670 ? "670px" : "100%" );*/
}

#flashcontent {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
/* end hide */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height:100%;
	width: 100%;
	text-align:center;
}

#noflash 
{
    width:520px;
    color:#fff;
    margin:100px auto 0;
}

p 
{
    margin:0;
    padding:0;
    line-height:130%;
}
img 
{
 border:0;
 margin-bottom:10px;   
}

a 
{
    color:#000;
}
a:hover 
{
    color:#ccc;  
}