@import url('style.css');

/* Defines the width of the page */
body
{
	width: 960px;
}

/* Defines the width of the content pane */
#content
{
	width: 668px;
}

/* Necessary in order to define the width of the center bar of the page header */
#page-header-center
{
	width: 774px;
}
