/* Get rid of the margins to begin with...*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #00a2ab url(images/bg-body.gif) repeat-x left top;
	color: #fcf3e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}