* {

	margin			: 0px;

	padding			: 0px;

	border			: 1px none;

}



html {

	overflow		: -moz-scrollbars-vertical;
	}

#container {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -460px;
	margin-top: -280px;
	height: 544px;
	bordor: 1;
	border-color: #99cc66;
	width: 934px;
	background-color: #FFFFFF;
}