/*
Theme Name: bradharrisdesign.com
Theme URI: http://bradharrisdesign.com
Version: 1.0
Author: Brad Harris
Author URI: http://bradharrisdesign.com
*/

* {margin : 0;padding : 0;}
img {border: none;}	
body {background: #1c1c1c;}	

.content_container {width: 960px; 
	margin: 0 auto;
	background-color: transparent;}
	
/* comming soon page */

#content_bg{width: 100%; background:url(images/content_bg.jpg) repeat-x; height: 154px; margin: 50px 0 0 0;}
	
#logo {width: 715px;
	height: 154px;
	float: left;}
	
#logo h1 {
	height : 154px;
	margin: 20px 0 0 0;
	text-indent : -9999px;
	overflow : hidden;
	width : 715px;}

#logo h1 span {
	background : url('images/soon.png') no-repeat top left;
	display : block;
	height : 154px;
	width : 715px;
	z-index : 1;}
