body {	font: 10px/12px Verdana;	color: rgb(255,255,255);	background: url(bg.jpg);	background-repeat: repeat-x;	background-color: rgb(0,0,0);	} #container	{	margin: 1em auto;	width: 649px;	text-align: left;	background-color: black;	border: 1px solid rgb(150,150,150);	}	#top	{	height: 100px;	background: url(top.jpg);	}	#menu_container {	height: 21px;	background: url(menu.jpg);	}#main {	min-height: 500px;	background-color: rgb(54,54,54);	margin-top: 8px;	margin-left: 8px;	margin-right: 8px;	margin-bottom: 8px;	padding-bottom: 8px;	border: 1px solid rgb(150,150,150);	}#footer	{	margin: auto;	width: 649px;	height: 20px;	background-color: black;	text-align: right;	}	HR {	height:1px;	color: white	} h1 {	font: bold 16px/12px Century Gothic;	color: rgb(145,44,0);	text-decoration: none;	}h2 {	font: bold 14px/10px Century Gothic;	color: rgb(145,44,0);	text-decoration: none;	}a:link, a:visited {	color: rgb(200,200,200);	text-decoration: none;	font-weight: bold;	}a:hover {	color: rgb(255,255,255);	text-decoration: underline;	}P {	font: 12px/14px Verdana;	color: rgb(255,255,255);	margin-left: 10px;		} 