html, body,   applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
BODY {
	line-height: 1;
	color: black;
	background: white;
	text-decoration:none;
  	font-family:"Trebuchet MS",Verdana,Sans-Serif;
}

 

BODY{
background: 
/* background-repeat: repeat-x; 
 background-position: top center;   
   background-position: 50% 50%; */
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

HTML, BODY{
height: 100%;
 
}

#container { 
 
min-height: 100%;
margin-top:10px;
}

 
#blurb{
 
margin:20px;
padding:20px;
}
 
#forsale{
 ;
  position: fixed;
  bottom: 20px; 
  left: 50%;
  transform: translateX(-50%);
}
 
H1{FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #003366;padding-bottom:12px;}
H2{FONT-WEIGHT: bold; FONT-SIZE: 22px; COLOR: #003366;padding-bottom:10px;}
H3{FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #003366;padding-bottom:8px;}
H4{FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #003366;padding-bottom:6px;}
H5{FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #003366;padding-bottom:4px;}
H6{FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #003366;padding-bottom:2px;}
 
.spacer{
border: #ff0000 1px solid;
padding:12px;
}
  

.left{
float: left; 
width: 50%; 
text-align: left;
}

.right{
float: right; 
width: 50%; 
text-align: left;
}

  
 
 