body {
	background-image: url(../images/bg_bulli2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: scroll;
}


#main {
	max-width: 99%;
	height: 99%;
	padding: 40px 40px 75px 40px; /* top right bottom left*/
	display: block;
	overflow: hidden;
}

article {
	/*margin: 30px 75px 50px 50px;*/
}

article>p {
	font-size: 5vw;
	font-weight: bold;
	text-align: justify;
}

input {
	font-size: 5vw;
	width: 100%;
}
