@charset "UTF-8";
/* CSS Document layout purposes only*/

#header {
	width: auto;
	height: auto;
	background-color: #F86366;
}

#nav{
	width: auto;
	height: auto;
	background-color: #8C44E4;
}

#portfolio {
	width: auto;
	height: auto;
	background-color:#34DCE6;
}

#main {
	width: auto;
	height: auto;
	background-color:#449D65;
}

#bottom {
	width: auto;
	height: auto;
	background-color:#FC6800;
}

#footer {
	width: auto;
	height: auto;
	background-color:#979F0D;
}

