/* html */
html{
	overflow:auto;
}

/* body */
body{
	margin:0px;
	padding:0px;
	
	background-color:#FFFFFF;
}

/*
----------------
Global
----------------
*/

div#global{
	position:relative;
	width:891px;
	height:766px;
	margin:auto;
}