body {
	margin: 0;
	padding:0;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: white;
	overflow-x: hidden; 
}

#startup_content {
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	margin-top: 20px;
	text-align: center;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a img {
	border: 0;
}

.fullBg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
 
#startup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

#startup_top {
	height: 100px;
	background-color: #ffffff;
	width: 100%;
}

#box_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 474px;
	margin-top: 84px;
}


