
/*********** ALL BROWSERS EXCEPT IE 6-7 ***********/


* {
    margin:0;
    padding:0;
}
html, body {
    width:100%; 
    height:100%;
}
html {
    font-size: 100%;
}
body {
	font-size:75%;
	background-color:#666;
}
img {
    border:0;
}
ul {
	list-style:none;
}

div#container {
	position:relative;
	width:800px;
	height:495px;
	overflow:hidden;
	text-align:left;
	margin:10px auto 0;
	padding-top:55px;
	background-color:#fff;
	}
h1 {
	width:189px;
	height:102px;
	margin-left:13px;
	text-indent:-9999px;
	font-size:1%;
	line-height:1px;
	background:url(../img/logo.gif) no-repeat;
	}
p#text {
	width:800px;
	height:200px;
	margin-top:63px;
	text-indent:-9999px;
	font-size:1%;
	line-height:1px;
	background:url(../img/text.gif) no-repeat;
	}
p#listings {
	margin-top:-50px;
	margin-left:131px;
	}
p#listings a {
	display:block;
	width:497px;
	height:23px;
	text-indent:-9999px;
	font-size:1%;
	line-height:1px;
	background:#DCCE87 url(../img/listings.gif) no-repeat;
	z-index:10;
	}
p#listings a:hover {
	background-position:0 -23px;
	}
p#contact {
	float:left;
	width:578px;
	height:35px;
	margin-top:122px;
	text-indent:-9999px;
	font-size:1%;
	line-height:1px;
	background:#f47836 url(../img/contact.gif) no-repeat;
	}
p#email a {
	display:block;
	float:left;
	width:158px;
	height:18px;
	margin-top:122px;
	padding-right: 61px;
	padding-left:3px;
	border-top:8px solid #f37736;
	border-bottom:9px solid #f37736;
	font-size:1%;
	line-height:1px;
	text-indent:-9999px;
	background:#f47836 url(../img/email.gif) no-repeat;
	}
p#email a:hover {
	background-position: 0 -18px;
}
