body {
	background-image: url(../images/line.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, _sans;
}

img {
	border: 0;
}

div#header {
	width: auto;
	background-color: #000;
	margin-bottom: .7em;
}

div#header h1 {
	color: #FFF;
}

div#name {
	position: absolute;
	top: 0;
	right: 0;
}

div#chcontent {
	clear:left;
}

div.channel {
	background-color: #000;
	float: left;
	color: #FFF;
	margin: 0 .7em .7em 0;
}

div.channel h2 {
	font-size: .9em;
	font-weight: bold;
	letter-spacing: -.07em;
	margin: 3px 0 3px 3px;
}

div.channel p {
	font-size: .7em;
	font-style: italic;
	margin: 3px 0 3px 3px;
}

div.channel a {
	display: block;
	width 100%;
	height 100%;	
	text-decoration: none;
	color: #FFF;
}

div.channel a:hover {
	text-decoration: none;
	background-color: #F00;
	color: #000;
}

div#info {
	clear: left;
}

div#footer {
	clear: left;
	background-color: #000;
	color: #FFF;
}

div#footer a {
	color: #FFF;
	text-decoration: none;
}

div#footer a:hover {
	color: #F00;
	text-decoration: none;
}

div#footer h2 {
	font-size: .9em;
	font-weight: bold;
	letter-spacing: -.07em;
	margin: 3px 0 3px 3px;
}

div#footer p {
	font-size: .7em;
	margin: 3px 0 3px 3px;
}


