@charset "utf-8";
/* CSS Document */

object { outline:none; }


body {
	background-color: #8c8c8c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}


div#cntr { 
background-color: #fff;	border: 0;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
}

a:link {   color: #ffffff; text-decoration: none;}
a:visited { color: #ffffff;text-decoration: none;}
a:hover {  color: #000000; text-decoration: none;}
a:active {   color: #ffffff; text-decoration: none;}



