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