body {
  background-image: url("awaazbig.jpg");
  background-position:center top;
  background-repeat: no-repeat;
}



body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: center;
}

.heading {
text-align: left;
	margin-left:35%;
	word-spacing: 25px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #7D7D7D;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
	word-spacing: 15px;
}

p, ul, ol {
	margin: 2 0 2em 0;
	line-height: 20px;
	font-size: 14px;
	
}

a { text-decoration:none }

a:link {
	color: #ffffff;
}

a:hover, a:active {
	text-decoration: none;
	color: #929845;
}

a:visited {
	color: #ffffff;
}

.container {
  width: 900px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: 10px;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;


}
  
.left {
  float: left;
  padding: 200px 10px 0px 10px;
  width: 1000px;
background-color: white;
}

.middle {
  top: 10px;
  margin-left: 600px;
  margin-right: 100px;
}

.right {
  float: right;
  padding: 0px 10px 50px 10px;
  width: 175px;
background-color: silver;
}



.footer {

width:1000px; margin-top:270px; text-align:center; margin-left:auto; margin-right:auto; 
word-spacing: 0px;
}


