div#header {
	width:960px;
	height:105px;
	margin:0 auto;
	position:relative;
}
div#header div.logo {
	position:absolute;
	left:0;
	top:50px;
}
div#nav {
	float:right;
	margin-top:70px;
}
	div#nav ul {
		list-style:none;
		margin:0;
		padding:0px;
	}
		div#nav ul li {
			float:left;
			margin-left:30px;
		}
ul.square li{
	margin-bottom:5px;
}
div#teaser {
	height:3px;
	background-color:#000;
	border-bottom:2px solid #7bc144;
}
div.container{
	padding-top:20px;
}
div#footer {
	height:105px;
	margin:20px auto 0;
	background-color:#EEEEEE;
	border-top:1px solid #000;
	border-bottom:4px solid #000;
}
div#footer ul{
	margin: 0 auto;
}
div#footer ul.left{
	float:left;
}
div#footer ul.right{
	float:right;
}
div#footer ul li{
	font-size:9pt;
	line-height:12pt;
	margin:0;
}
body {
     background-color: white;
	 margin:0;
	 padding:0;
   }
   @media screen and (max-width: 960px) {
     body {
       background-color: red;
} }
   @media screen and (max-width: 768px) {
     body {
       background-color: orange;
     }
   }
   @media screen and (max-width: 550px) {
     body {
       background-color: yellow;
} }
   @media screen and (max-width: 320px) {
     body {
       background-color: green;
     }
}