@charset "utf-8";
/* CSS Document */

body {
	background-color: #151515;
}
body,td,th {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

a:link, a:visited  {
	text-decoration: none;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
 a:hover, a:active   {
	text-decoration: none;
	color: #66CCCC;
}
#main {
	background-color:#151515;
	width:900px
	position: inherit;
}
#ss {
	background-color: #151515;
	width: 600px;
	height: 500px;
	background-position: left top;
}
#sidebar {
	background-color: #151515;
	width: 225px;
	height: 500px;
	background-position: right top;
}
.container {
	width: 850px;
}
h2 {
	color: #000000;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

