<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]><html class="ie ie6 ie-lte9 ie-lte8 ie-lte7 no-js" lang="en-us"> <![endif]-->
<!--[if IE 7]><html class="ie ie7 ie-lte9 ie-lte8 ie-lte7 no-js" lang="en-us"> <![endif]-->
<!--[if IE 8]><html class="ie ie8 ie-lte9 ie-lte8 no-js" lang="en-us"> <![endif]-->
<!--[if IE 9]><html class="ie9 ie-lte9 no-js" lang="en-us"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html class="no-js" lang="en-us">
  <!--<![endif]-->
  <head>
		<meta charset="utf-8">
		<meta name="viewport" content="initial-scale=1,minimum-scale=1,width=device-width">

		<!-- Le styles -->
		<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900' rel='stylesheet' type='text/css'>
		<link href="//twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
		<link href="//twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
    
    <style type="text/css">
    .swell {
      background-color: #F5F5F5;
    	border: 1px solid #E3E3E3;
    	border-radius: 4px 4px 4px 4px;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    	margin-bottom: 20px;
    	min-height: 20px;
    	padding: 19px;
    }
    </style>

		<!-- Google Web Font-->
		<link href='//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
		<link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
	</head>

	<body>

    <article>
			<div class="container">
				<div class="row-fluid swell">
					<div class="span9">
					  hello world
					</div>
				</div>
      </div>
    </article>

  </body>
</html>