@charset "utf-8";
/* CSS Document */


a img, :link img, :visited img 
{ border: 0; }

html { height:100%; }
body {
	background:#000000;
	margin-top: 0px;
	margin-left: 0px;
}
#out {
	clear:both;
	font-size:1.3em;
	width:800px;
	height:345px;
	position: absolute;
	top: 50%; left: 50%;
	margin-top:-215px; margin-left:-400px;
	background:url(../img/box.png) no-repeat;
	overflow:hidden;
}
.logo
{
	border:0:

}
