@charset "utf-8";
/* CSS Document */
body{
	background-image: url("backgroun.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
}
#container {
	height: 750px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,.5);
}
#container-music {
	height: 1070px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,.5);
}
#container-photo {
	height: 825px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,.5);
}
#container-projects {
	height: 3100px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,.5);
}
#nav {
	height: 75px;
	width: 1024px;
}
td{
	text-align: center
}
#conetnt-index {
	width: 682px;
	text-align: center;
	float: left;
}
#conetnt-index td{
	width: 200px;
}
#conetnt-index th {
color:#1F3705;
font-size: 22px;
}
#home-photo {
width: 341px;
float: left;
}
.projectsTable td{
	width: 512px;
}
a:link {
	color:#182A04;
	text-decoration: none;
}
a:hover {
	color: #2F4D03;
}
a:visited {
	color:#49700B;
}