body{
	font-size: 1em;
	font-family: Arial;
	color: #FFF;
	background-color: #1F1F1F;
	background-image: url('../img/bg.jpg');
	margin: 0;
	padding: 0;
	text-align: center;
}
img{
	border: none;
}
a,a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
#content{
	width: 100%¨;
}
#logo{
	padding: 1em;
}
#bots div{
	height: 40px;
	width: 100%;
	background-color: #F60;
	background-image: url('../img/bg_btn.jpg');
	margin-top: 2px;
	line-height: 2.5em;
}
