/* CA$H OUT Cascading Style Sheet */

body, html {
	text-align: center;
	background-color:#000000;
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#horizon {
	
	background-color: #0ff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
}

#main {
	margin-left: -375px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 750px;
	height: 500px;
	visibility: visible
}

#register {
	border: thick #000000 solid;
	background-color: #cccccc;
	margin-left: 10px;
	margin-right: 10px;
}

#score {
	font-size: 2em;
	font-weight: bold;
	color: #480972;
	border: thin #480972 dashed;
}

#timer {
	background-color: #000000;
	color: #dc5457;
}

#conversationbuble {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 60px;
	margin-right: 40px;
	background-image: url(../images/speech-baloon.gif);
	background-repeat: no-repeat;
}
