body { 
		 background-image: url(images/bkgrd.jpg);
		  padding-left: 125px; 
		 padding-right: 125px;
}

#logo{
			float: left;
}
#title {
			font-size: 120%;
			margin-top: 60px;
			margin-left: 15px;
}

#header {
				margin-bottom: -3em;
}

#content {
			clear: left;
			font-family: Arial, sans-serif;
			text-align: center;
}

#content h1 {
			 text-align: center;
			 font-family: "Times New Roman", serif;
}

#content em {
				color: red;
}

#footer {
				text-align: center;
}

a img {
			border: none;
}