@charset "utf-8";
html {
	margin: 0;
	padding: 0px;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 78%;
	line-height: 1.6em;
	margin: 0;
	padding: 0px;
}
body a:link, a:active, a:visited{
	text-decoration:none;
	color: #000000;
}
body a:hover{
	text-decoration:underline;
	color: #cc0033;
	cursor: pointer;
}

/* content div's */
#container {
	background-image:url(../../pics/FriedaTax_splash8.png);
	background-repeat:no-repeat;
	position:relative;
	margin:auto;
	width:798px;
	height: 490px;
	top:10px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
	position: absolute;
	height: auto;
	width: auto;
	top: 420px;
	font-size: 1em;
	left: 165px;
	margin: 0;
	padding: 0px;
}

