html
{
	background-color: #132233;
	/*
	background-color: #213752;


	background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(#213752), to(#17293e));
	background-image: -webkit-radial-gradient(center, #213752 40%, #17293e 80%);
	background-image:    -moz-radial-gradient(center, #213752 40%, #17293e 80%);
	background-image:     -ms-radial-gradient(center, #213752 40%, #17293e 80%);
	background-image:      -o-radial-gradient(center, #213752 40%, #17293e 80%);
	background-repeat: no-repeat;
	*/
	font-size: 12px;
}

canvas
{

	background-color: transparent;
	position: absolute;
	z-index: 0;
}

button,
#music
{
	position: absolute;
	z-index: 100;
}

button,
label
{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid #1e508b;
	color: #ccc;
	text-align: center;
	border-radius: 20px;
	outline: none;
}
button:hover
{
	background-color: rgba(255,255,255,0.2);
}
button.music
{
	top:10px;
	left:10px;

}
button.quad,
button.connections,
button.newFish,
button.newShark
{
	top:10px;
	left:100px;

}
button.connections
{
	left:240px;
}
button.newFish
{
	right:0;
}
button.newShark
{
	left:520px;
}
button#zoomIn,
button#zoomOut
{
	right:10px;
	font-size: 2em;
	width:80px;
}
button#zoomIn
{
	top:10px;
}
button#zoomOut
{
	top:55px;
}
button#clearTank
{
	right:10px;
	top:100px;
	width:80px;
}
button#preset-1
{
	right:10px;
	top:145px;
	width:80px;
}
button#preset-2
{
	right:10px;
	top:190px;
	width:80px;
}
#music
{
	top:55px;
	left:10px;
	width:300px;
	height:100px;
	display: none;
}


#newFishModal
{
	position: absolute;
	left:380px;
	top:10px;
	z-index: 900;
	width: 600px;
	color: white;
}

input
{
	width: 60px;
}

#info
{
	width:500px;
	height: 500px;
	position: absolute;
	right:0;
	bottom: 0;
	color: white;
}