@charset "utf-8";
/* CSS Document */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
	background-color: #202127;
}
#header {
	padding:5px;
}
#body {
   padding:5px;
   padding-bottom:50px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:4p0x;
	background:#1B1C21;
}
#footer p {
	text-align: center;
	margin-top:5px;
	color: #505259;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}
#footer a:link {color: #09F;}
#footer a:visited {color: #09F;}
#footer a:hover {color: #09F;}
#footer a:active {color: #09F;}

img {border-style:none;}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*.livechat { text-decoration: none; border-style: none; }
.livechat a:link {color: #FF0; text-decoration: none;}
.livechat a:visited {color: #FF0; text-decoration: none;}
.livechat a:active {color: #FF0; text-decoration: none;}
.livechat a:hover {color: #FF0; text-decoration: none;}*/
