body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	color:#dddddd;
	font-size:13px;
	background: #302b23;
	font-family:Arial, Helvetica, sans-serif;
}

#fancyClock{
	margin:40px auto;
	height:200px;
	border:1px solid #111111;
	width:600px;
}


/* The styles below are only necessary for the demo page */

h1{
	background:#121b21;
	border-bottom:1px solid black;
	font-size: 32px;
	line-height: 1.35;
	margin-bottom: 30px;
	padding: 30px 0 60px;
	text-align: center;
	font-weight:normal;
}

h2{
	font-size: 16px;
	font-weight: normal;
	position: relative;
	text-align: center;
	top: -73px;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}


a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p.tutInfo{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:absolute;
	bottom:0px;
	background-color:#222222;
	border-top:1px solid black;
	width:100%;
}

