html, body {

	margin: 0px;
	background: #000000 url(_images//body-tile.gif) repeat;
	padding: 0px;
	color:#000;
	font-family: Tahoma,Arial,sans-serif;
	line-height: 20px;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	width: 100%;
	height: 100%

}

#body-main-outside {

	width: 100%;
	background: url(_images//top.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;

}


#body-main {

	width: 100%;
	background: url(_images//body-background.gif) no-repeat top center;
	margin: 0px;
	padding: 0px;

}

#container {


	left: 50%;

	width: 922px;

	top: 0;

	margin-left: -461px;

	margin-top: 0;

	margin-bottom: 0;

	padding: 0px;

	position: relative;
	
	height: 100%;

}
