.container {
    position: relative; 
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	z-index:0;
}
    
.content { background: url(dummy-images/coffee.jpg); }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section { 
margin: 0; 
padding: 0; 
border: 0; 
font-weight: normal; 
font-style: normal; 
font-size: 100%; 
line-height: 1; 
font-family: inherit; 
text-align: left; 
}

table { border-collapse: collapse; border-spacing: 0;}
ol, ul { list-style: none; }
a { 
		color:#FF9900;
		text-decoration: none; 
		font-weight: bold;
		font-size: 12px; }
		
a:hover { text-decoration: underline; }