@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/stars.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: 100% 100%;
	
}
a:link {
	color:#09C;
	text-shadow:#000
}

a:vistied {
	color:#58C286
}
a:hover {
	color:#C91E50
}
img {
	border: 0px;
}
th{
	color: #0B0;
}
tr {
	color: #23F3DD;
}
td {
	text-align: left;
}

#container {
	height: 1500px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#container-projects {
	height: 1500px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	float: left;
	height: 450px;
	width: 250px;
}
#textarea {
	float: left;
	height: 440px;
	width: 430px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #FFF;
	text-align: center;
}
#objectarea {
	padding: 20px;
	float: left;
	height: 410px;
	width: 260px;
}
#photosarea {
	float: left;
	height: 400px;
	width: 710px;
	padding: 20px;
}
#projects-area {
	padding: 20px;
	float: left;
	height: 450px;
	width: 700px;
}
