/* IE Hacks -------------------- */

/* Needed this to center the header and container divs in IE */
body {
	text-align: center;
}
/* Because of the center align in the body this was added to keep text aligned to the left */
#header,#container {
	text-align: left;
}