body { 
	background: #0E0E0E url('/assets/img/bg.png') repeat-x; 
	color: #111; 
	font-size: 16px; 
	font-family: Lucida grande,Tahoma,Verdana,Arial; 
	}
#wrapper {
	width: 1045px;
	height: 900px;
	margin: 10px auto 10px auto;
}
#header {
	width: 1045px;
	height:75px;
	margin: 5px 0px 5px 0px;
	background: url('/assets/img/logo-header.png') no-repeat 0 0;
	
}
#top-nav {
	float:right;
	color: #fff;
}
#video {
	width: 640px;
	height: 352px;
	margin: 1px 0px 0px 0px;
	float: left;
	border: 3px #333 solid;
}
    #video #offline {
        border: 1px #4C9B00 dotted;
        color: #ccc;
        font-size: 100px;
        line-height: 362px;
        text-align: center;
    }
#chat {
	width: 375px;
	height: 100%;
	max-height: 730px;
	background: #fff;
	float: right;
	border: 3px #333 solid;
	overflow: auto;
}
#live-box {
	width: 640px;
	height: 80px;
	float:left;
	border: 3px #333 solid;
	background: #fff;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}
    #live-box iframe {
	    border: 0;
		height: 80px;
		overflow: hidden;
		width: 100%;
	}
#buttons {
	width: 640px;
	height: 254px;
	float:left;
	border: 3px #333 solid;
	/*background: #fff;*/
	margin: 15px 0px 0px 0px;
}

#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: 175px;
    }
    #buttons #networks #twitter {
        background: url('http://c0495202.cdn.cloudfiles.rackspacecloud.com/twitter-icon.png') transparent no-repeat 0 0;
        width: 190px;
    }
    
#but-left {
	width: 180px;
	float:left;
}
	
a { 
	color: #ff6500; 
	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;
}		

		
