@charset "UTF-8";
/* CSS Document */

/*  FONTS  */
@font-face {
    font-family: 'Blair';
    src: url('../fonts/BlairITCStd.otf');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0; 
  text-align: center;
  overflow: hidden;
}

#global {
	background-color: #000000;
	width: 1680px; 
	height: 1120px; 
	left: 50%; 
	top: 50%; 
	position: absolute; 
	margin: -560px 0px 0px -840px ;
}

#playzz {
	width: 720px; 
	height: 405px; 
	left: 50%; 
	top: 50%; 
	position: absolute;
	margin: -202px 0px 0px -360px ;
	border:solid 1px #333;
}

#toggle {
	width: 720px; 
	height: 24px; 
	left: 50%; 
	top: 50%; 
	position: absolute;
	margin: -12px 0px 0px -360px ;
	color: #10a9a9;
	vertical-align:middle;
	font-family: 'Blair';
	font-size:30px;
}
#baseline {
	width: 700px; 
	height: 24px; 
	left: 50%; 
	top: 50%; 
	position: absolute;
	margin: 160px 0px 0px -350px ;
	color: #666;
	text-align:center;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.a {
	color : #666;
	text-decoration:none;
}
