* { margin: 0; padding: 0; }

html { 
	background: url(img/dk-trike.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
}
body{font-family:Helvetica,Arial,sans-serif}

#bar{position:absolute;bottom:40px;left:30px;width:100%;height:80px;background:#FFF;opacity:0.6;filter:alpha(opacity=60);padding:7px 0 0 7px;}

h1{width:350px;opacity:0.99;padding:27px 3px 0px 0px;color:#fff;background:#000;font-size:20px;text-align:right;display:block;}