@charset "utf-8";
/* CSS Document */
body{
	background-image:url("back.png");
background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
	
}
#container {
	height: 850px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
background-color: rgba(177,185,176,.5);
}
#container-projects {
	height: 2700px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
background-color: rgba(177,185,176,.5);
}
#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 td{
	color: #16272E;
	font-size:22px;
	
}
#home-photo{
width: 341px;
	float:left
	

		

}
.projecsTable td {
	width:512px; 
}
a:link {
	color:#C1E795;
text-decoration: none
}
a:visited {
color:#1C3036	
	
}		
		
		



	
	
