@charset "utf-8";
/* CSS Document */
body{
	background-image:url("images/smalls/background.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: rgba(0,56,60,1.00)
}
#container {
    height: 800px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
} 
#container-projects {
    height: 2850px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
	background-color: black;
}
#nav {
    height: 75px;
    width: 1024px;
}
td {
    text-align: center;
    color: #FFFFFF;
}

#content-index {
	width: 682px; 
	text-align: center;
	float:left;
}

#content-index td{
    color: #BDBDBD;
	width: 200px;
	
}
#content-index th{
    color: #BDBDBD;
	width: 200px;
	font-size:22px
}
#home-photo {
	width: 341px;
	float:left; 
	color:aliceblue
}
.projectTable td {
	width: 512px;
}

a:link {
	color: rgba(181,168,202,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(31,94,102,1.00);
}
a:visisted {
	color: #BC2CCB;
}