body {
	margin:0px;
	background-color:#000000;
	font:verdana;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
#head {
	width: 880px;
	height: 19px;
	background-image:url(../images/top.jpg);
}
#content {
	position: relative;
	width: 880px;
	height: 644px;
	background-image:url(../images/background.jpg);
}	
#footer {
	position: relative;
	width: 880px;
	height: 37px;
	background-image:url(../images/bottom.jpg);
}
h1{
	font-size: 16px;
	font-weight:bold;
}
td,p,ol,ul {
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	color:#FFE83F;
	line-height: 130%;
}
a:link,a:visited,a:active{
	color:#FFE83F;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
