body {
	font: 12px Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #000000 url(images/bg.gif) repeat-x;
}

.body_text {
	font-family: Trebuchet MS;
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding-right: 10px;
}

#main {
padding-left:54px;

}