@charset "UTF-8";
/* CSS Document */

body{
margin-top: 0;
padding: 0px;
width: 100%;
}
.center { margin: 0 auto; }
.content{ margin: 0 auto; width: 900px; }
.clear { clear: both; }
#header {
	width: 100%;
	height: 210px;
	position: fixed;
	margin-top: 0px;
	background-color: #FFFFFF;
	z-index: 1;
}
#space1 {
	height: 230px;
}

#collection {
	height: 1025px;
}
#space2 {
	height: 230px;
}
#about {
	height: 450px;
}
#space3 {
	height: 230px;
}
#projects {
	height: 410px;
}
#space4 {
	height: 230px;
}
#social {
	height: 270px;
}
#space5 {
	height: 230px;
}
#contact {
	height: 650px;
}
#space6 {
	height: 30px;
}
#copyright {
	height: 50px;
}