/* HTML */

/* content */
body, p {
	text-decoration : none;
	color : #1d92ed; /* touch background */
	font-family : Lucida Console, TrebuchetMS-Bold;
	font-size : 12px;
	background-image:url(../me.png);
	background-repeat:no-repeat;
	background-color: #1d92ed;
	}

/* squares */ 
#background {
	color: #FFFFFF; /* particles color */
	position: fixed;
	left: 0em; 
	top:0em; 
	z-index: 0; 
	width: 100%;
	height: 100%; 
}

/* bio */
font#blinking {
	text-decoration: blink;
}

/* ipad */
*{
	padding: 0px;
	margin: 0px;
}
body{
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-family: Lucida Console, TrebuchetMS-Bold, helvetica, arial;
	font-weight: normal;
	font-size: 10px;
	color: #FFF; /* text color */
}
#canvas{
	background-color:1d92ed;
	background: #1d92ed;
}
canvas.touch{
	position: absolute;
}
#counter{
	position: absolute;
	top: 0px;
	left: 0px;
	}
#stext{
	position: absolute;
	bottom: 0px;
}
