/********************
 *  basic css
 * 
 ********************/
 
html {
	font-size: small;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
	
body{
	margin: 0; padding: 0;
}

#container{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 50px 0;
}

#hello{
	margin: 0 0 0 90px; padding: 30px 0 40px 0;
}

#hello h1{
	margin:  0; padding:  0;
	display: block;
	width: 488px;
	height: 75px;
	background: url(http://www.builtbykevin.com/images/hello.png) no-repeat;
	text-indent:-9999px;
}

.light_bg #hello h1{
	background: url(http://www.builtbykevin.com/images/hello_lightbg.png) no-repeat;
}

img{
	border:  none;
}

img, div, h1, a:link, a:active, a:hover, input, button { behavior: url(http://www.builtbykevin.com/iepngfix.htc) }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


