* {

	margin			: 	0px;

	padding			: 	0px;

	border			: 	none;

}

html, body {

	background		: 	#FFFFFF;
		
}

html {

	overflow		: 	-moz-scrollbars-vertical;
}

#container {
	position		:	absolute;
	left			: 	50%;
	top				: 	50%;
	margin-left		: 	-300px;
	margin-top		: 	-175px;
}
