BODY {
	background-attachment: fixed;
	background-position: center center;
	background-color: #000000;
/*	color: #F1D7A4;*/
	color: #800000;
	font-size: 16px;
}

a:active {
	text-decoration : underline;
/*	color: #F1D7A4;*/
	color: #800000;
	background-color: inherit;
}
a:link {
	text-decoration : underline;
/*	color: #F1D7A4;*/
	color: #800000;
	background-color: inherit;
}
a:visited {
	text-decoration : underline;
/*	color: #F1D7A4;*/
	color: #800000;
	background-color: inherit;
}
a:hover {
	text-decoration : underline;
/*	color: #F1D7A4;*/
	color: #800000;
	background-color: inherit;
}

.defaultborder table {
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
/*	color: #F1D7A4;*/
	color: #800000;
	background-color: #222222;
}
.defaultborder td {
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
}
.headerborder table {
	border: 0 solid #000f99;
}
.headerborder td {
	border: 1px solid #000f99;
	padding: 2px;
}
.inline table {
	border-width: 0;
	border-spacing: 0;
	border-style: none;
	color: #800000;
	background-color: transparent;
}
.inline td {
	border-width: 0;
	padding: 0;
	border-style: none;
	color: #800000;
	background-color: transparent;
}
.td {
	color: #800000;
	background-color: transparent;
}
.th {
	color: #800000;
	background-color: transparent;
	cursor: default;
}
.td2 {
	color: #800000;
	background-color: transparent;
}
.th2 {
	color: #800000;
	background-color: transparent;
	cursor: default;
}
.td3 {
	color: #800000;
	background-color: transparent;
}
.headerbg {
	color: #800000;
	background-color: transparent;
}
table {
	font-size: 14px;
}
.top {
	width: 130px;
}
.top2 {
	width: 100%;
}
.bottom {
	width: 16px;
}
.main {
	width: 100%;
	border: 0;
}
.menu {
	width: 120px;
	border: 0;
}
.menu1 {
	width: 100%;
	color: #800000;
	background-color: #191414;
}
.menucontents {
	width: 123px;
	color: #800000;
	background-color: #222222;
}
.topcontents {
	width: 16px;
}
.images {
	border: 0;
}
.contents {
	width: 100%;
	border: thin;
}
.mainpage {
	width: 52%;
	color: #800000;
	background-color: #222222;
}
.irctitle {
	color: #800000;
	background-color: #191414;
}
.ircinfo1 {
	vertical-align: top;
	width: 76%;

}
.irctop {
	color: #800000;
	background-color: #222222;
}
.ircbottom {
	color: #800000;
	background-color: #222222;
}
.online {
	color: green;
	background-color: transparent;
}
.offline {
	color: red;
	background-color: transparent;
}
.purple {
        color: purple;
	background-color: transparent;
}
.copyright {
	width: 100%;
}
.underline {
	text-decoration : underline;
}