*{
border: 0;
margin: 0;
padding: 0;
}

html, body{height:100%;} 

body{
background: #000;
}

#container {
	width: 968px;
	height: 100%;
	margin: 0 auto;
}

#alternateContent, #noflash {
	padding: 20px;
}

ul{
	margin: 20px 0;
	list-style-type: none;
}

p{
	margin: 5px 0;
}

/*hide from ie on mac\*/
#flashcontent {
	position:absolute;top:0;bottom:0;margin:auto;
	width: 968px;
	height: 768px;
	background: #009deb;
}
/* end hide */