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

* {
	margin: 0px;
	padding: 0px;
}
#outterwrapper {
	height: 600px;
	width: 1000px;
	position: relative;
	right: auto;
	left: auto;
}
Body {
	background-color: #0033FF;
}
#Projects {
}
.MainContent {
	background-color: #000000;
}
