body {
    margin:0;
	font-size:12px;
	background:#FFFFFF url(img/bg.gif) top repeat;
}
#main {
    width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:#FFFFFF;
}
#top {
    height:145px;
	background:#121212 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:#121212;
	color:#FFFFFF;
}
#foot a:link {
    text-decoration:none;
	color:#FFFFFF;
}
#foot a:visited {
    text-decoration:none;
	color:#FFFFFF;
}
#foot a:hover {
    text-decoration:underline;
	color:#FFFFFF;
}
#foot a:active {
    text-decoration:underline;
	color:#FFFFFF;
}