* {
	margin: 0;
	padding: 0;
}
body, html {
	background-color: #000000;
	width: 100%;
	height: 100%;
}
#flash_content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -290px 0 0 -500px;
	width: 1000px;
	height: 580px;
}
#portfolio {
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 0px;
	width: 93px;
	height: 223px;
	background-image: url('../gfx/portfolio_button.gif');
}
