/* CSS Document */
body {
	color:#000;
	background:#000 url(imgs/BG.jpg) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}
#main {
	background-image:url(imgs/DFDmain.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:750px;
	height:600px;
}
#logo {
	height:35px;
	width:192px;
	background:url(imgs/logo_DFD.jpg) no-repeat right;
	top:40px;
	position:relative;
}
.clanok {
	padding:200px 30px 10px 20px;
	color:#000;
	width:400px;
	float:right;
}
a:link {
	color: #F00;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}
a:visited {
	color: #F00;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
