/* CSS Document */

 html, body, #wrapper {
 	background-color: #afada1;
	background-image: url(/images/global/bg_body-loop.gif);
	background-repeat: repeat-y;
	background-position: center;
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

	body {
		text-align: center;
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color: #2d2d36;
	}