@charset "utf-8";
/* CSS Document */


#wrapper {
	background-image: url("../images/logo/Tyop-bubbles_web.png");
	width: 400px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -200px;
	padding-right: 50%;
	padding-left: 50%;
	position: absolute;
	background-color: #ffffff;
}
.content {
	font-family: 'Archivo Black', sans-serif;
	color: #F9F;
	position: absolute;
	width: 400px;
	height: 100px;
	padding-top: 600px;
	text-align: center;
	font-size: 20px;

}


