/*  created 2003 [daniel mee | daniel@seedesign.com.au] */

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	background: #7f001a url(coffeechat.jpg) no-repeat fixed top left;
}

/*html,body {height: 100%;}

#bg {
	height: auto;
	width: 100%;
}
*/



div {
	position: absolute;
	vertical-align: bottom;
	right: 20%;
	display: block;
	height: 657px;   /* height of image */
	width: 183px;   /* width of image */
	background /**/: transparent url(infotag.png) top left no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='infotag.png',sizingMethod='scale');
}

span {
   display: none;
} 

a.map {
	display: block;
	position: absolute;
	right: 20%;
	width: 140px;
	height: 30px;
	margin-right: 20px;
	top: 562px;
}

a.email {
	display: block;
	position: absolute;
	right: 20%;
	width: 140px;
	height: 25px;
	margin-right: 20px;
	top: 500px;
}

/* another option to put this on the individual img tag:
style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tux-small2.png', sizingMethod='scale');"
*/