/* CSS Document voe den eros..ni de rammazotti */

*{
margin:0px;}
html{}
body{
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Tahoma;
	overflow-x:hidden;
}
#container{
	height: 100%;
	width: 100%;
}
#header{
	height:156;
	width:100%;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
}
#menu{
	height: 59px;
	width: 100%;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	margin:0px;

}
#left {
	float: left;
	width: 371px;
	height: 346px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
}	
#right {
	float: right;
	width: 298px;
	height: 346px;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
}
#content {
	margin-top: 10px;
	margin-right: 298px;
	margin-bottom: 0px;
	margin-left: 371px;
}
.cleaner {
	clear:both;
}

h1{
	font-size: 24px;
	font-family: "Century Gothic";
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
h2 {
	font-size: 16px;
	font-family: "Century Gothic";
	padding-bottom: 0px;
	color: #FF0000;
	padding-top: 10px;
}

#content ul{
	margin-bottom: 0px;
}
#content li{
	color: #FF0000;
	margin-left: 20px;
	font-size: 11px;
	font-weight: bold;
		margin-bottom: -10px;
}
#content td{
	font-family: Tahoma;
	font-size: 11px;
}
.black{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
a{
	color: #FF0000;
	font-weight: bold;
}
.white{
	color: #FFFFFF;
	text-decoration: blink;
}
.red{
	color: #FF0000;
}
p{
	padding-top: 10px;
}
.blink{
	text-decoration: blink;
}
#chat{
	background-color: #FFFFFF;
	border: 5px solid #0000FF;
	padding-top:0px;
	height:100px;
}
#mask{
	background-color: #FFFF00;
	height: 20px;
	position:absolute;
	z-index:-99px;
}
