body {
    margin:0;
	font-size:12px;
	background:#FF7777 url(img/bg.gif) top repeat;
}
img {
	border:none;
}
#main {
    width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:#FFFFFF;
}
#top {
    height:175px;
	background:#B20026 url(img/top.gif) top no-repeat;
}
#category {
    margin-top:25px;
	color:#213434;
}
#category img {
    margin:5px 0px 2px;
	border:none;
}
#foot {
    margin-top:25px;
    padding:16px 0px 14px;
    font-weight:bolder;
	background:#B20026;
	color:#FFFFFF;
}
#foot a:link {
    text-decoration:none;
	color:#FFBBBB;
}
#foot a:visited {
    text-decoration:none;
	color:#FFBBBB;
}
#foot a:hover {
    text-decoration:underline;
	color:#FFFFFF;
}
#foot a:active {
    text-decoration:underline;
	color:#FFBBBB;
}