/*
Title:      	AMALIA
Author:     	DSDNY.COM
10.17.06:    	Multiple Test Backgrounds for Flash site
10.25.06:    	Stair Background
12.21.06:    	Added Address Below the Flash
12.28.06:    	New Copyright Style
01.05.07:    	Tightened up footnote spacing to make room for fax #
06.24.08:    	Added missing semicolon at end of line
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	background: #000 url(stair.gif) repeat-x left top;
}

#wrap
{
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
	height: 350px;
	margin-top: -175px;
	width: 810px;
	margin-left: -405px;
}

a:link
{
	color: #666;
	text-decoration: none;
}

a:visited
{
	color: #666;
	text-decoration: none;
}

a:hover, a:active
{
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
