#all {
		width: auto;
		font-family: tahoma, helvetica, arial, sans-serif;
		font-size: 13px;
		color: #333;

}

#header {
		width: 1200px;
		height: 130px;
}

#logo {
		background-image: url(../images/logo.png);
		width: 445px;
		height: 114px;
		float: left;
}

#ad {
		width: auto;
		float: left;
		margin-left: 5px;
		margin-top: 7px;
}

#linki {
		font-size: 12px;
}

#news {
		float: right;
}

#irc {
		height: 640px;
		width: auto;
}

.red { color: red; }
.black{ color: #000; }
a { color: #5250FF;	 text-decoration: underline; }
a:hover { color: #00009D; text-decoration: underline; }



