body {
	margin-top: 0px;
	background-image:    url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: small;
}
#wrap {
	background-image: url(../img/bg_white.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#footer {
	background-attachment: fixed;
	background-image: url(../img/foot_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	text-align: center;
}
.icon {
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#new img {
	margin: 5px;
}

a:link,a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #CC9999;
	text-decoration: underline;
}
