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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 23px;
}
#container {
	width:984px;
    margin-left: auto;
    margin-right: auto;
	background-color: #000000;	
}
#header {
	width:984px;
	height:110px;
    margin-left: auto;
    margin-right: auto;
	background-color: #000000;	
}
#homepagecontent {
	width:984px;
	height:490px;
    margin-left: auto;
    margin-right: auto;
	padding-left:25px;
	padding-top:10px;
	background-color: #000000;
}
#content {
	width:984px;
	height:500px;
    margin-left: auto;
    margin-right: auto;
	background-color: #000000;
}
#portfoliocontent {
	width:984px;
	height:530px;
    margin-left: auto;
    margin-right: auto;
	background-color: #000000;
}
#footer {
	width:984px;
	height:50px;
    margin-left: auto;
    margin-right: auto;
	background-color: #000000;
}