*{
	margin: 0;
	padding: 0;
}


body{
	background: #000;
}

img{
	vertical-align: bottom;
	width: 100%;
}

main{
	max-width: 980px;
	margin: 0 auto;
}

.oubo{
	position: relative;
}

.oubo p{
	position: absolute;
	bottom: 60px;
	left: 50%;
	text-align: center;
	width: 50%;
	margin-left: -25%;
}