#login-bar, #banner, #content-container, .nav-bar, #footer-bar {
	width: 100%;
}

/* 
----------------------------------------------------------------
Change the width to a percentage or px width. This will control
the width of the entire Site Design

Examples:

#login-bar, #banner, #content-container, .nav-bar, #footer-bar {
	width: 900px;
}
#login-bar, #banner, #content-container, .nav-bar, #footer-bar {
	width: 100%;
}

----------------------------------------------------------------
*/