/*
This theme was designed and built by Jake McCauley (Shaky-Jake) 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:url(images/back.jpg) #000;
        	}

a { color:#fff; text-decoration:underline;}
a:hover { color:#720000; text-decoration:underline; }
img { border: 0; text-decoration:none; }
p { padding-bottom:0px; }

div#page { 
	width:960px; 
	margin:auto; 
	border: 0px solid #9C9C9C; 
	margin-top:0px; 
	margin-bottom:0px; 
	background-color:#000; 
	}

div#content {
background-color:#000000; 
	padding:0px 0px 0;
	}
    
div#abouts {
background-color:#1f1f1f; 
	padding:0px 0px 0;
	}

div#stream {
padding:4px 0px 0;
	}
	
div#info {
	background-color:#1f1f1f;
	}

div.clear {
	clear:both;
	height:0px;
	}
