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


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000;

}

img
{  border-style: none;
}

#ufoDemo {
	z-index:0;
}

#center {
	width: 700px;
	text-align: left;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index:5;
}


#mainContent {
	height: 600px;
	width: 700px;
	position: relative;
}


#table {
	background-image: url(../images/start/start_0003-trans.png);

}




/* bg start */

img.bg {
	min-height:100%;
	min-width:1024px;
	width:100%;
	height:auto;
	position:fixed;
	top:0px;
	left:0px;
	z-index:0;
}

@media screen and (max-width: 1024px) { 
  img.bg { left: 50%; margin-left: -512px; }
}

/* bg end */
