@charset "UTF_8";


* {
	margin: 0;
	padding: 0;
}

html,body {
}

	body {
		
	}

	a:link {
		
		text-decoration: none;
	}

	a:visited {
		
		text-decoration: none;
	}

	a:hover {
		
		text-decoration: none;
	}

	a:active {
		
		text-decoration: none;
	}


/* _=_=_=_=_=_=_=_=_=_=_=_=_=_=_=
_=_=_= HTML5 SEMANTIC TAGS =_=_=_
=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_ */

body {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

	div div.row div {
		width: 3px;
		height: 3px;
		/*border-radius: 50%;*/
		float: left;
	}

		div#character_1 div.row div {
				
			}

		div#character_2 div.row div {
				
			}

		div#character_2 {
			width: 5px;
			height: 5px;
			position: fixed;
			top: -3.125vw;
			left: -3.125vw;
		}