@import url("reset.css");
@import url("general-styles.css");	
	#container {
		width:100%;
		height:2000px;
		}
	#banner {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:1000px;
		height:220px;
		}
	#floatingdiv-top {
		margin-top:0px;
		width:1000px;
		height:340px;
		/*background-color:#66FF00;
		border:#006633 5px solid;*/
		background:#000000 url(images/floating_frame-top.png) no-repeat;
		}
	#floatingdiv-bottom {
		width:1000px;
		height:100px;
		background:#000000 url(images/floating_frame-mid.png) repeat-y;
		}
	#footer {
		width:1000px;
		height:10px;
		background:#000000 url(images/floating_frame-bottom.png) no-repeat;
		}
	#floatingdiv-top,
	#floatingdiv-bottom,
	#footer,
	#game-floater {
		margin-left:auto;
		margin-right:auto;
		}
	#rightpanel {
		display:none;
		float:right;
		margin-top:15px;
		padding:15px 20px 10px 20px;
		width:49%;
		height:299px;
		}
	#leftpanel {
		position:absolute;
		display:none;
		overflow:hidden;
		margin-top:15px;
		padding:5px 0px 10px 20px;
		width:405px;;
		height:390px;
		line-height:1.5em;
		margin-top:21px;
		margin-left:5px;
		}
	#rightpanel img {
		margin-top:10px;
		margin-right:10px;
		margin-bottom:0px;
		}
	.vote-img {
		position:relative;
		top:9px;
		}
	#leftpanel img {
		margin:0;
		padding:0;
		}
	#sponsor-intro{
		position:relative;
		top:10px;
		}
	#intro-1{
		line-height:1.1em;
		font-size:x-large;
		font-weight:bold;
		margin-bottom:20px;
		}
	#intro-2{
		margin-bottom:10px;
		margin-right:29px;
		}
	#intro-3{
		font-size:x-small;
		margin-right:29px;
		}
	#cg-logo {
		position:relative;
		margin-left:28px;
		/* need margin-top for fewer than 25 entries */
		margin-top:21px;
		}
	.r2 {
		position:relative;
		top:-3px;
		}
	.r3 {
		position:relative;
		top:-7px;
		}
	.r4 {
		position:relative;
		top:-10px;
		}
	.r5 {
		position:relative;
		top:-13px;
		}
	.c2 {
		position:relative;
		left:-4px;
		}
	.c3 {
		position:relative;
		left:-7px;
		}
	.c4 {
		position:relative;
		left:-11px;
		}
	.c5 {
		position:relative;
		left:-14px;
		}
	#info-right {
		width:200px;
		float:right;
		margin-right:10px;
		margin-top:0px;
		}
	#info-left {
		margin-top:5px;
		}
	#info-left ul {
		padding-left:15px;
		}
	.bullet-icon {
		position:relative;
		top:3px;
		}
	#game-container {
		width:100%;
		display:none;
		}
	.game-header {
		display:none;
		width:550px;
		height:25px;
		font-weight:normal;
		text-align:center;
		}
	.game-header h3 {
		position:relative;
		top:3px;
		font-weight:normal;
		display:inline;
		}
	.game-control {
		display:none;
		position:absolute;
		width:25px;
		height:25px;
		padding:0;
		margin-top:-26px;
		}
	.game-control img {
		border:0;
		}		
	.game-title {
		line-height:1.1em;
		font-size:large;
		font-weight:bold;
		}
	.game-description {
		display:block;
		margin-top:9px;
		margin-right:220px;
		font-size:small;
		}
	.game-link {
		position:relative;
		top:-5px;
		line-height:0;
		}
	.game-platform {
		position:relative;
		top:3px;
		}
	.game-platform a {
		font-size:x-small;
		}		
	#comments-frame {
		float:left;
		display:none;
		background:#000000;
		margin-left:480px;
		/*margin-top:8px;*/
 		width:508px;
		height:740px;
		border:0;
		}
	#closebtn {
		width:25px;
		height:25px;
		cursor:pointer;
		}
	#left-sp {
		display:none;
		position:absolute;
		top:25px;
		left:10px;
		}
	#right-sp {
		display:none;
		position:absolute;
		top:36px;
		right:10px;
		}
	#floating-footer {
		display:none;
		position:absolute;
		width:1118px;
		height:150px;
		bottom:-150px;
		}
	.social-icon {
		position:relative;
		width:48px;
		height:48px;
		top:10px;
		left:25px;
		margin-right:5px !important;
		margin-left:5px !important;
		}