/* CSS Document */

* {
	font-family: "Times New Roman", Times, serif;
	font-size:		.8em;
	}
	
body {
	margin:				0px;
	/*background-image:	url(images/the_kid.jpg);*/
	background-image:	url(images/bowling_beach.jpg);
	background-repeat:	no-repeat;
	background-color:	#2d3137;
	background-attachment:fixed;
	background-position: top center;
	}

.divTitle {
	font-size:			5em;
	border-top:			solid 1px #b9b9dd/*#dd0000;*/;
	color:				#b9b9dd;/*#dd0000;*/
	margin-top:			25%;
	margin-left:		25%;
	}

.divSubTitle {
	font-size:			2.5em;
	font-style:			italic;
	border-bottom:		solid 1px #b9b9dd/*#dd0000;*/;
	padding-bottom:		8px;
	color:				#ffffff;
	margin-left:		25%;
	}
	
.divPhotoCredit {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			1em;
	position:			fixed; 
	top:				94%; 
	left:				60%; 
	color:				#ffffff;
	}
