@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	background-image: url(bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#launch {
	
	vertical-align: middle;
	width: 800px; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 140px;
}
