@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	line-height:150%;
}
body{
	background:#000000;
	/*FF-IE7-IE6
	background:orange;
	#background:green;
	_background:blue;*/
}
a{
	text-decoration:none;	
}
a img{
	border:0px;
}
#page{
	width:970px;
	height:600px;
	border: #666666 2px solid;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-485px;
	margin-top:-300px;	
}
