body {
	background-color: #EFEFEF;
}

#wraper {
	margin: 0 auto;
	width: 977px;
}

#header {
	background-image: url("images/header.png");
	height: 214px;
}

#afterhead {
	background-image: url("images/launch1h.png");
	height: 16px;
	width: 977px;
}

#content {
	background-image: url("images/launch1b.png");
	background-repeat: repeat-y;
	padding: 10px 60px 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 15px;
}

#content p{
	margin-bottom:20px;
}

#footer {
	background-image: url("images/launch1f.png");
	height: 51px;
	width: 977px;
}