Firstly create a div in your html code and give it an id, something useful like wrapper (since we want to incapsulate your content inside this div).<html>
<head>
<title>untitled</title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div id="wrapper"></div>
</body>
</html>