/*Remove blue Border around Link Images*/
a img { border:none; }

/*Stop Site jumping left when scroll bar is needed. This code forces a blank scroll bar on all pages*/
html { overflow-y: scroll; }


/*Wraps all content and centres it*/
#page-wrap {
	width:924px;
	margin: 0 auto;
}
body {
	background-color: #555555;
}