body, html {
	height : 100%;
}
body {
	margin : 0px;
	font-family : trebuchet ms, arial, verdana;
	font-size : 12px;
	color : #ffffff;
	background-color : #222222;
	background-image : url(../img/body-bg.jpg);
}
.photos {
	background-color : #222222;
	background-image : url(../img/body-bg-light.jpg);
	background-position : bottom;
}
td {
	font-family : trebuchet ms, arial, verdana;
	font-size : 14px;
	color : #625e5b;
}


a {
	color : #aaaaaa;
	text-decoration : none;
}
a:hover {
	color : #eeeeee;
	text-decoration : underline;
}