* {margin: 0; padding: 0;}

html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

     /* Layers:
---------------------------------------------------------------------------------------------------------- */
#layer00 { /* Site container */
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 570px;

	text-align: center;
	overflow: hidden;

	z-index: 0;
}
/* Logo */
#logo {
	margin: 0 auto;
	position: relative;
	top: 30px;
	left: 0;
}
#logo a {
	color: #fff;
	text-decoration: none;
}
#logo a:hover {
	color: #f14ed5;
	text-decoration: none;
}
#layer00_1 { /* Viewer outer */
	margin: 0 auto;
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	height: 465px;

	overflow: hidden;

	z-index: 1;
}
#layer00_3 { /* Viewer inner */
	margin: 0 auto;
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 463px;

	overflow: hidden;

	z-index: 3;
}
#layer00_3_1 { /* Viewer bg image */
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	overflow: hidden;

	z-index: 2;
}
#layer00_3_2 { /* Content container */
	margin: 0 auto;
	position: absolute;
	top: 3px;
	left: 200px;
	width: 800px;
	height: 457px;

	overflow: hidden;

	background: none;

	z-index: 3;
}
#layer00_3_1_1 { /* iFrame layer */
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	overflow: hidden;

	background: none;

	z-index: 3;
}
#layer01 { /* Overlay */
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	visibility: visible;

	z-index: 6;
}
#layer02 { /* "Loading" */
	margin: 0 auto;
	position: relative;
	top: -280px;
	left: 0;
	width: 125px;
	height: 75px;
	
	background: none;
	visibility: visible;

	z-index: 7;
}



     /* Utilities:
---------------------------------------------------------------------------------------------------------- */

/* Menu's */
#left_menu {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 150px;
	height: 300px;

	text-align: left;

	z-index: 3;
}
#bottom_menu {
	margin: 0 auto;
	position: relative;
	top: 510px;
	left: 225px;
	width: 500px;
	height: 150px;

	text-align: right;
}

/* Music player */
#player_box {
	margin: 0 auto;
	position: absolute;
	top: 530px;
	left: 180px;
	width: 60px;
	height: 60px;

	background: none;

	overflow: hidden;

 	z-index: 4; 
}

/* iFrame */
#iframe01 {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 457px;

	background: none;
	visibility: hidden;
}
