body {
	margin:0;
	padding:0;
	background:#fff url(rsfiles/gradientbg.jpg) repeat-x top fixed;
	text-align:center;
	width:100%;
	height:100%;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
a:link, a:active, a:visited {
	color:#317AD4;
	text-decoration:none;
}
a:hover {
	color:#FF3A54;
	text-decoration:underline;
}
/* div {border: solid 1px #f00;} */
/* Structure */
#container {
	background:#FFFFFF url(rsfiles/containerbg.gif) repeat-y top;
	position:relative;
	margin:0 auto;
	border:0;
	padding:0;
	width:728px;
	text-align:left;
}
#header {
	background-color:#000000;
	background-image:url(rsfiles/head.jpg);
	height:101px;
	margin:0 0px;
}
#blog {
	position:relative;
	left:0;
	width:575px;
	margin:0 0 0 0px;
	padding:0;
}
#sidebar {
	position:absolute; 
	top:461px;
	margin:0 0 0 578px;
	width:150px;
}
#footer {
	background-color:#000000;
	background-image:url(rsfiles/foot.jpg);
	height:101px;
	position:relative;
	padding:0 0 0 0;
}
/* Header */
#header h1 {
	background:url(rsfiles/head.jpg) no-repeat top left;
	margin:0;
	text-indent:-5000px;
	height:100px;
	width:728px;
}
/* Features */
#features {
 height: 360px;
 width: 728px;
 margin: 0;
 padding:0;
 position: relative;
}
#features li {
 margin:0;
 padding:0;
 display: inline;
 list-style: none;
 position: absolute;
 top: 0;
}
#features li, #features a {
 display: block;
 height: 344px;
 width: 172px;
}
#features a:hover {
 text-decoration:none;
}
/* Features boxes */
#f1 { left: 8px; }
#f2 { left: 188px; }
#f3 { left: 368px; }
#f4 { left: 548px; }
#f1 a {
 background:url(rsfiles/feature1_minishcap.jpg) no-repeat top left;
 display: block;
 height: 344px;
 width: 172px;
 text-indent:-5000px;
}

#f2 a {
 background:url(rsfiles/feature2_vscaps.jpg) no-repeat top left;
 display: block;
 height: 344px;
 width: 172px;
 text-indent:-5000px;
}

#f3 a {
 background:url(rsfiles/feature3_ikaruga.jpg) no-repeat top left;
 display: block;
 height: 344px;
 width: 172px;
 text-indent:-5000px;
}

#f4 a {
 background:url(rsfiles/feature4_bombsweeper.jpg) no-repeat top left;
 display: block;
 height: 344px;
 width: 172px;
 text-indent:-5000px;
}
#f1 a:hover, #f2 a:hover, #f3 a:hover, #f4 a:hover {
 background-position: 0px -344px;
}
/* Blog */
#blog h4 {
  background:url(rsfiles/blog.jpg) no-repeat top left;
  width: 575px;
  height: 28px;
  text-indent:-5000px;
  margin: 0 0 2px 0;
}
#blog h2 {
	color:#FF1212;
	font-size:18px;
	margin:0px 0 5px 2px;
}
#blog p {
	color:#000000;
	font-size:14px;
	margin:0 0 5px 2px;
}
/* Sidebar */
#sidebar h3 {
	color:#888888;
	font-size:16px;
	margin:0 0 5px 2px;
}
#sidebar p {
	color:#000000;
	font-size:14px;
	margin:0 0 5px 2px;
}
#sidebar p.offer { margin:3px 0 5px 0; }
/* Footer */
#footer p {
	color:#000000;
	font-size:10px;
	text-indent:-5000px;
	margin:0 0 5px 2px;
}