* {
	margin: 0;
	padding: 0;	
}
body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans serif;
}
div.body_container {
	width: 980px;
	margin: 0 auto;
	position: relative;		
}
div.title_container {
	padding: 100px 0 0 150px;	
}
div.title_container {
	display: block;
}	
p.copyright {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	color: #999;
	font-size: 12px;
}

div.canvas {
	position: absolute;
	width: 650px;
	height: 350px;
	top: -20px;
	right: -50px;
}

div.play {
	color: #999;
	padding-top: 35px;
}

div.play img {
	display: block;
}

div.play p {
	padding-bottom: 15px;
}

div.hypnotoad {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/public/images/hypnotoad.gif);
	width: 100%;
	height: 100%;
	z-index: 888;
	display: none;
}

div.canvas img {
	display: none;
	margin: 150px 0 0 180px;
}
