@charset "utf-8";
/* CSS Document */
body{
	background-image:url("back.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: rgba(255,255,255,0.50);
}
#container {
	height: 1000px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
 #nav {
	height: 75px;
	width: 1024px;
}
td{
	text-align: center;
}
#content-index{
	width:682px;
	text-align:center;
	float: left;
}
#content-index td{
	width: 200px;
}
#content-index th{
	color:#322018;
	font-size: 22px;
}
#home-photo{
	width: 341px;
	float: left;
}
.ProjectsTable td {
	width: 512px;
}
a:link{
	color:#664118;
	text-decoration: none;
}
a:hover{
	color:#382418;
}
a:visited{
	color: #322018;
}