#main {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#main #footers {
	background-image: url(../images/template_09.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 750px;
	background-position: right top;
	padding-top: 45px;
	padding-right: 65px;
	padding-left: 135px;
	height: 60px;
	padding-bottom: 0px;
}
#main #footers a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
}

#main #content {
	background-image: url(../images/template_04.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding-top: 1px;
	padding-right: 60px;
	padding-bottom: 1px;
	padding-left: 60px;
}

