body {
	overflow		:hidden;
	background-image	:url(background.png);
	background-repeat	:no-repeat;
	margin			:0;
	padding			:0;
}

#weed {
	background		:url(weeds.png);
	width			:100%;
	position		:absolute;
	z-index			:200;
	background-repeat	:no-repeat;
	background-position	:center center;
}

#music {
	position		:absolute;
	z-index			:500;
}

#twitter {
	position		:absolute;
	border			:20px dotted #fff;
	width			:500px;
	margin			:auto;
	z-index			:150;
	padding			:1em;
}
