body {
	background: url("img/bg-noise.jpg");
	color:white;
	font-family: "Verdana";
	font-size:90%;
}

h1, h2, h3, h4, h5 {
	font-family: "Georgia";
}



#container {
	width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;

}


#content {
	margin-top:30px;
	margin-left: 70px;

}

#footer {
	color:grey;
	margin-top: 50px;
}

.gallery img {
	max-height: 150px;
	max-width: 250px;
	margin:10px;
}

h4 {
	margin-bottom: 0px;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0997BF;
	text-decoration: underline;
}

a, a:visited {
	color: #0997BF;	
	text-decoration: none;	
}

img,a {
	border:0px;
}

small {
	color:grey;
}
