@import url("header.css");
@import url("menu.css");
@import url("content.css");
@import url("footer.css");

* /* fixes zero pixel margin and padding between div tags*/
{
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	margin-right: auto;
	margin-left: auto;

	width: 950px; /* Fix the width of all the contents. No need to mention any height. However, height must be defined in each immediate sub-section */
	
	clear: both;
	position: relative;
}
