* {	padding: 0;	margin: 0;	}		body {		background-color: #000;		background-image: url(/images/bg.jpg);		background-attachment: fixed;
		font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 76%;	line-height: 1.6em;
	color: #FFF;
		}
		#container form {
			padding-bottom: 30px;
			}
			#container {		margin-top: 20px;		width: 780px;		margin-left: auto;		margin-right: auto;		}	#container a img {padding: 3px;float: left;		border: none;		}#logo {height: 100px;background-image: url(/images/logo.gif);background-repeat: no-repeat;background-position: 0px 0px;}

#container address {
	font-style: normal;
	}

.lead {
	width: 740px;
	font-size: 1.2em;
	margin-bottom: 20px;
	text-align: justify;
	
	}
	#contactButton {float: right;
padding-left: 10px;}
	
#footer {
	clear: both;
	height: 60px;
	}
