/* CSS Document */

/* Global Values
   ================================= */
   
body {
	background-color: #fff;
	font-family:"Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 12px;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
ul,li {
	list-style-type:none;
	}	
	
.clear {
	clear: both;
	}
	
/* Container Divs
   ================================= */
   
#wrapper {
	width: 660px;
	height: 374px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(Baby-and-Glass-Tile2.jpg);
	background-repeat: no-repeat;
	}

#button {
	float: right;
	margin-top:180px;
	}
	
ul {
	list-style-type: none;
	height: 33px;
	margin: 0;
	padding: 0;
	}
	
li {
	text-indent:-9999px;
	}
	
ul a {
	display: block;
	width: 161px;
	height: 33px;
	background-image:url(downloadbrochure.jpg);
	background-repeat: no-repeat;
	}
	
ul a:hover {
	background-position: 0px -32px;
	}
	
#legal {
	width: 660px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
	
