body { 
	background: #fff; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px; 
	}
#wrapper {
	width: 1045px;
	height: 900px;
	margin: 10px auto 10px auto;
}
#header {
	width: 1045px;
	height:75px;
	margin: 5px 0px 5px 0px;
	background: url('http://c0495202.cdn.cloudfiles.rackspacecloud.com/header-bg.jpg');
	
}
#top-nav {
	color: #000;
	float: right;
	font-size: 18px;
	font-weight: bold;
}
#video {
	width: 640px;
	height: 362px;
	margin: 1px 0px 0px 0px;
	float: left;
}
	#video #offline {
		border: 1px #4C9B00 dotted;
		color: #ccc;
	    font-size: 100px;
		line-height: 362px;
		text-align: center;
	}
#chat {
	width: 375px;
	height: 100%;
	max-height: 785px;
	background: #fff;
	float: right;
	border: 1px #4C9B00 dotted;
	overflow: auto;
}
#live-box {
	width: 640px;
	height: 80px;
	float:left;
	border: 1px #4C9B00 dotted;
	background: #fff;
	margin: 15px 0px 0px 0px;
}
#live-box-content {
	/*margin: 3px;*/
}
#buttons {
	width: 635px;
	height: 305px;
	float:left;
	border: 1px #4C9B00 dotted;
	background: #fff;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
	padding: 5px 0 0 5px;
}
#buttons #networks {
	margin-bottom: 4px;
}
    #buttons #networks a {
    	display: block;
		float: left;
    	height: 20px;
    	line-height: 20px;
		padding: 0 0 0 22px;
    }
    #buttons #networks #facebook {
        background: url('http://c0495202.cdn.cloudfiles.rackspacecloud.com/facebook-icon.png') transparent no-repeat 0 0;
		width: 115px;
    }
	#buttons #networks #twitter {
        background: url('http://c0495202.cdn.cloudfiles.rackspacecloud.com/twitter-icon.png') transparent no-repeat 0 0;
		width: 150px;
    }
    
#but-left {
	width: 180px;
	float:left;
}
	
a { 
	color: #4C9B00; 
	text-decoration: none; 
	}
	a:hover { 
		text-decoration: none; 
		}
	a.post_image_link { 
		outline: none; 
		}
	a img { 
		border: none; 
		}
		.clear {
			clear: both;
		}
#sliderwrap {
	width: 1039px;
	height: 150px;
	margin: 15px 0px 0px 0px;
	border: 3px #333 solid;
	background: #fff;
}		




		
