@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../css/fonts/BebasNeue-webfont.eot');
    src: url('../css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/BebasNeue-webfont.woff') format('woff'),
         url('../css/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,html{
	margin: 0;
	padding: 0;
	font-family: BebasNeueRegular;
	font-size: 100.1%;
	height: 100%;
	color: #000;
	line-height: 1
}#main{
	position:relative;
	width:760px;
	margin:auto
}
#main2{
	position:relative;
	width:1300px;
	margin:auto
}html{
	
	background:#000;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#333333',GradientType=1);	height:100%
}.headline{text-shadow:2px 2px 5px black;font-size:40px;margin:0;padding:0}div{padding:0;margin:0}h1{font-size:25px;font-weight:100}a{
	color:#C30
}#puzzle-bg{
	background:rgba(0,0,0,0.2);
	position:relative;
	margin:auto;
	padding:5px;
	background-color: #000;
}#puzzle{
	background:rgba(255,255,255,0.2);
	position:relative;
	background-color: #42413C;
}#levelDialog{position:absolute;z-index:1000}.hide{display:none}#buttons{
	position: absolute;
	left: 0px;
	top: -26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}#buttons div{
	float: left;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(0,0,0,0.2);
	margin-left: 0px;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	font-weight: bold;
}#buttons div:hover{
	background-color: rgba(102,102,102,0.3)
}.selectd{box-shadow:0 0 10px 5px black;z-index:1000000}canvas{cursor:pointer}#timer{
	font-size:30px;
	color:white;
	position:absolute;
	right:0;
	top:-35px;
	font-weight:100
}#startDialog{
	padding: 20px 30px 20px 30px;
	font-size: 24px;
	color: white;
	position: absolute;
	background: #000000;
	box-shadow: 0 0 1px 1px black;
	z-index: 1000;
	border-radius: 25px;
	cursor: pointer;
	background-color: #333333;
}#startDialog:hover{
	background:#C30
}#header{font-size:20px;text-align:center;padding-top:15px}#footer{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
}#successDialog{font-size:22px;font-weight:200;padding:15px;color:white;position:absolute;width:450px;background:#476353;box-shadow:0 0 1px 1px black;z-index:1000;border-radius:25px;cursor:pointer;line-height:28px}#successDialog h2{margin:0;text-align:center;padding-bottom:10px;font-weight:200}#successtime{font-weight:bold}a{
	color: #C30;
	font-weight: 100
}
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
}
.codrops-top a:hover{
	color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.codrops-top span.right{
	float: right;
	font-family: Arial, sans-serif;
}
.codrops-top span.right a{
	float: none;
	display: inline;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
