main.css
index.html
Code:
body {
font-size: 13px;
font-family:Century Gothic, Helvetica, sans-serif;
color: #333;
margin:0px;
padding: 25px;
}
.header {
background: url('../images/top_nav_bg.png') top right no-repeat;
}
index.html
Code:
<HTML>
<HEAD>
<TITLE>DESIGN - Testing</TITLE>
<link rel="stylesheet" href="styles/main.css" />
</HEAD>
<BODY>
<div class="header">
</div>
Blah Blah
</BODY>
</HTML>