* {
	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: 997;
	top: 0px;
	right: 0px;
	width: 96px;
	height: 223px;
	background-image: url('../gfx/portfolio_button.gif');
	cursor: pointer;
}
#blog {
	position: fixed;
	z-index: 998;
	top: 25px;
	right: 95px;
	width: 61px;
	height: 61px;
	background-image: url('../gfx/blog_button.gif');
	cursor: pointer;
}
#cybe {
	position: fixed;
	z-index: 999;
	top: 115px;
	right: 14px;
	width: 66px;
	height: 67px;
	background-image: url('../gfx/cybe_button.gif');
	cursor: pointer;
}
#english {
	position: absolute;
	z-index: 996;
	top: 0px;
	right: 96px;
	width: 128px;
	height: 18px;
	background-image: url('../gfx/english.gif');
	cursor: pointer;
}
