body{
	margin:0px;
	padding:0px;
}

a:link { font-weight:normal; color:#FF9900; text-decoration:none; background-color:#FFFFFF;}
a:visited { font-weight:normal; color:#FF9900; text-decoration:none; background-color:#FFFFFF;}
a:focus { font-weight:normal; color:#FF9900; text-decoration:none; background-color:#FFFFFF;}
a:hover { font-weight:normal; color:#FF9900; text-decoration:none; background-color:#FFFFFF;}
a:active { font-weight:normal; color:#FF9900; text-decoration:none; background-color:#FFFFFF;}

#background{
	width:100%;
	height:100%;
	overflow:hidden;
}

#content{
	z-index:2;
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-top:-300px;
	/*background-image:url(img/bg_content.png);*/
}

#pixel_factory{
	z-index:3;
	position:absolute;
	left:50%;
	top:50%;
	width:707px;
	height:115px;
	margin-left:-354px;
	margin-top:-150px;
}