/* Global Backgrounds
----------------------------------- */
html {
	background: url("/images/bg/html.gif") repeat-y;
	background-color: #fff;
}

body {
	background: url("/images/bg/body.gif") repeat-x;
	background-position: 0 16px;
	float: left;
	width: 100%;
}


/* Internet Explorer 6/7 Hacks
----------------------------------- */
* html body {
	background-position: 0 14px;
}

/* The following "star-plus" hack is for ie7 */
*+html body {
	background-position: 0 14px;
}