body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("images/fundo.jpg");
	
	font-family: Verdana;
	font-size: 10px;
}
p.info {
	color: darkblue;
}
a:link, a:active, a:visited  {
	color: #53B313;
	text-decoration: none;
}
a:hover  {
	color: #555;
}
.participate {
	font-size: 25px;
}
p.center {
	text-align:center;
}
a.register {
	text-decoration: line-through;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 25px;
}
.player  {
	font-size: 12px;
}
table.botnet_admin {
	font-size: 11px;
	border: 1px #000 solid;
	width: 350px;
	text-align: center;
	background-color: grey;
}
tr.botnet_pcs {
	background-color: #DDEECC;
}
tr.botnet_pcs_2 {
	background-color: ghostwhite;
}
table.message {
	font-size: 10px;
}
input {
	font-size: 10px;
}
textarea {
	font-size: 11px;
}
select {
	font-size: 10px;
}
ul li{
	list-style-image: url("images/message.png");
}
ul li:hover {
	list-style-image: url("images/message_open.png");
}
.not_read {
	font-weight: bold;
}
#stats li {

	display: inline;
	list-style-type: none;
	margin: 0px;
}
#main {

}
	#central {
		position: relative;

		height: 100%;
		width: 660px;
		margin: 0px auto;
		background-color: white;
		border-left: 5px #000 solid;
		border-right: 5px #000 solid;
		
		font-family: Verdana;
		font-size: 10px;
	}
	#warning_box {
	
		width: 350px;
		height: 100px;
		border: 2px #000 dashed;
		background-color: white;
		margin: 10px auto;
		
		font-family: Trebuchet MS;
		font-size: 20px;
	}
		#header {
			height: 50px;
			text-align: left;
			padding-top: 7px;
		}
		#header a:link, #header a:active, #header a:visited  {
			color: #18AE00;
			text-decoration: underline;
		}
		#header a:hover  {
			color: black;
		}
		#header_index {
			height: 150px;
			width: 660px;
			background-image: url("images/header.jpg");
			text-align: left;
		}
		#participation {
			margin-top: -100px;
			margin-right: 70px;
			float: right;
		}
		#stats {
			height: 220px;
		}
		#profile {
			float: right;
			margin-top: -220px;
			margin-right: 80px;
		}
		#info {
			width: 600px;
			margin: 10px auto;
		}
			#info p {
				text-align: left;
				font-size: 14px;
			}
		#credits {
			width: 600px;
			margin-top: 50px;
		}
		#body {
			text-align: left;
			margin: -5px;
			padding: 15px;
			width: 630px;
			border-left: 5px #000 solid;
			border-right: 5px #000 solid;

			background-color: white;
		}
			#body ul li a{
				color: black;
				text-decoration: none;
			}
			#body ul li a:hover{
				text-decoration: underline;
			}