@charset "utf-8";
/* CSS Document */
body{
	background:url("back.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100 100;
	
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	background-color:rgbe(255,255,255,.5);
}
#container-projects {
    height: 3000px;
    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: #007F9C;
	font-size: 22px;
}
#home-photo{
	width: 341px;
	float: left;
}
.projectsTable td{
	width: 512px;
}
a:link {
	color: #F0EDE2;
	text-decoration: none;
}
a:hover {
	color: #007591;
}
a:visited{
	color: #9F9A9A;
}