/*
This theme was designed and built by Alex Aplin (BigAl109) for TomBobBlender.

The XHTML, CSS, and design are licensed under 
the Creative Commons Attribution-No Derivative Works 
3.0 United States.

*/

* { margin: 0; padding: 0; }
h1,h2,h3,p,div,form,strong,small,ul,ol,table { margin:0; padding:0; }

body {
	font:0.7em Arial;
	color: #fff;
	background-color:#000;
	background:url(bg3.png);
        	}

a { color:#000; text-decoration:underline;}
a.by { color:#fff; }
a:hover { color:#838EB1; text-decoration:underline; }

img { border: 0; background-color:none; text-decoration:none; }

p { padding-bottom:10px; }

div#banner {
	margin:auto;
	margin-top:10px;
	width:960px;
	height:220px;
	background:url(banner2.png);
	}

div#bar {
	margin:auto;
	width:960px;
	height:33px;
	background:url(current2.png) repeat-x;
	text-align:center;
	padding-top:17px;
	}

div#content {
	margin:auto;
	width:940px;
	background-color:#fff;
	padding:10px;
	padding-bottom:5px;
	color:#000;
	}

div#stream {
	float:left;
	width:390px;
	height:310px;
	background:url(stream.png);
	padding:11px;
	}
	
div#chat {
	float:right;
	width:500px;
	height:310px;
	background:url(chat.png);
	padding:11px;
	}

div.clear {
	clear:both;
	height:10px;
	}

div#chipin {
	float:left;
	width:250px;
	height:240px;
	}

div#desudesudesu {
	float:right;
	width:660px;
	padding:10px;
	padding-top:36px;
	}

div#footer {
	margin-top:10px;
	width:940px;
	height:28px;
	background:url(footer.png);
	text-align:center;
	padding-top:12px;
	color:#fff;
	}

div#bg_btm {
	margin:auto;
	width:960px;
	height:20px;
	background:url(bg_btm.png);
	}