body {
	background-image: url("Back.png");
	background-repeat: repeat;
}

.hidden{
	display : none;
}

.netting img{
	display:block;
	width:400px;
	height:550px;
	margin:0;
	padding:0;
	position:absolute;
	top: 200px;
	left: 600px;
}

.article {
	font: 18px "Verdana";
	width:800px;
	padding:30px;
	color:white;
	background-color:rgba(0, 0, 0, 0.6);
	border-radius:10px;
	border-style: solid;
	border-color:hsl(0, 0%, 30%);
	border-width:1px;
	box-shadow: 0px 0px 8px 4px #888888;
	border-collapse: separate;
	border-spacing: 50px;
}
.bumper {
	padding-top:30px;
	padding-bottom:80px;
	padding-right:40px;
	position:absolute;
	top:10px;
	left:400px;
}
