@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFCC33;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#header {
	height: 233px;
	width: 884px;
	top: 0px;
	margin: auto;
	background-image: url(images/banner.png);
}

div#links {
	height: 143px;
	width: 884px;
	margin: auto;
}

div#portfolio {
	height: auto;
	width: 884px;
	margin: auto;
}