@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 1px;
	color: #999;
}

a.fire {
	color:#dd7;
	border-bottom:1px dotted #930;
	text-decoration:none;
	padding:1px 0px 1px 0px;
}

a.fire:hover {
	color:#ff9;
	border-bottom:1px dotted #f90;
	background:#inherit;
}

#splashbar {
	width: 100%;
	height: 100px;
	margin-top: 25px;
	background: #000 url('http://www.firestormproductions.co.uk/images/transition-splashbar.jpg') no-repeat center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#textbar {
	width: 100%;
	margin-top: 25px;
	background: #191919;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#textcontainer {
	width: 50%;
}

#gamesbar {
	width: 100%;
	margin-top: 25px;
	background: #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#poing {
	background: #006;
	padding: 3px;
	width: 244px;
	margin-left: 10%;
	float: left;
}

#millenipede {
	background: #600;
	padding: 3px;
	width: 244px;
	float: right;
}

.bold {
	color: #ccc;
	font-weight: bold;
}

.italic {
	color: #ccc;
	font-style: italic;
}

.gametitle {
	font-size: 14px;
	color: #fff;
	font-style: italic;
}