@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#FFF;
}

img{ border:0; }
a{ text-decoration:none; }


#brgcm_leftField{
	width:50%;
	height:100%;
	
	position:absolute;
	top:0;
	left:50%;
	
	background-image:url('../pixelcreator.php');
	background-position:top left;
}

#brgcm_rightField{
	width:50%;
	height:100%;
	
	position:absolute;
	top:0;
	right:50%;
	
	background-image:url('../pixelcreator.php');
	background-position:top right;
}

#brgcm_contentPixel{
	width:4px;
	height:4px;
	
	position:absolute;
	left:50%;
	
	background-color:#FFF;
	font-size:0;
}

#brgcm_font{
	width:330px;
	height:60px;
	
	position:fixed;
	top:10px;
	left:50%;
	margin-left:-163px;
}





