body {
	margin: 0px;
	text-transform: none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #d6e5d2;
}
a:link {
	text-decoration: none;
	color: #FF3333;
}
a:visited {
	text-decoration: none;
	color: #FF3333;
}
a:hover {
	text-decoration: underline;
	color: #FF9999;
}
a:active {
	text-decoration: none;
	color: #FF3333;
}
.container {
	position:					absolute;
	width:						800px;
	height:						600px;
	left: 						50%;
	top:						50%;
	margin-left: 				-400px;
	margin-top:					-300px;
	background-image: 			url(../images/layout.jpg);
	background-repeat: 			no-repeat;
	background-position: 		center center;
	border: 10px solid #336600;
}
.photos {
	position: absolute;
	height: 300px;
	width: 600px;
	top: 280px;
	left: 165px;
}

