body, h2, h1{
	margin:0px;
	padding:0px;
}

p{
	clear:left;
}

.main{
	width: 780px;
	margin:0px auto;
}

#header{ }
	#header p{
		margin: 0px;
		padding: 0px;
		text-align: right;
	}
	#header h1{
		width:780px;
		height: 213px;
		margin: 4px 0px 0px 0px;
	}
	
	#header h2{
		width:780px;
		height:29px;
		margin: 13px 0px;
	}
	
	#header span{
		display: none;
	}



#games .main{
		width:808px;
		margin-bottom: 20px;
		overflow:auto;
	}

	#games ul{
		list-style-type: none;
		padding:0px;
			}
	
	#games ul li{
		margin:0px;
		padding:0px;
		display:block;
		float:left;
	}

#about{
	padding:40px;
}
	#about .main{
		overflow:auto;
	}
	#about .left, #about .right{
		float:left;
		width:50%;
		margin: 0px;
		padding: 0px;
	}
	#about ul{
		list-style-type: none;
		margin-left: 40px;

	}
		#about ul li{
			padding-bottom:20px;
		}
	#about h2{
			width:377px;
			height:33px;
		}
	#about p{
		margin-left: 8px;
	}
	#about h2 span{
		display: none;
	}
	
#descriptions{
		padding:40px;
		margin-bottom: 300px;
	}
	
	.description{
			margin:40px 0px;
			overflow: auto;
		}
	
		.description h2{
				font-size: 1px;
				width:305px;
				height:300px;
				float:left;
				line-height: 300px;
			}
			
			.description h2 img{
				vertical-align: middle;
			}
		
		
		.description .blurb{
			float:left;
			padding:10px;
			width:450px;
		}
			.description .blurb h3 {
					width: 176px;
					height: 20px;
					padding-left: 0px;
				}
			
				.description .blurb h3 span{
					display: none;
					height: 60px;
				}
		
		.description ul{
			list-style-type:none;
			margin:0;
			padding:0;
			padding-left: 12px;
			}
			.description ul li{
				float:left;
				padding-right: 12px;
				}
				.description ul li a {
					display:block;
					}
			.description ul.screenshots, .description ul.screenshots li {
				height: 60px;
				}
			.description ul.awards, .description ul.awards li  {
				height: 50px;
				}
			.description ul.platforms, .description ul.platforms li  {
				height: 30px;
				}
				
#footer{
	height: 100px;
	width:100%;
	padding-top: 32px;
}
	#footer .container{
		height:100px;
		
	}
	#footer .left, #footer .right{
		float:left;
		width:50%;
		margin: 0px;
		padding: 0px;
	}
	#footer .left{
		margin-top: 20px;
		}
		#footer .right #purchase_button{
			position: absolute;
			bottom:0px;
			margin-left: 220px;
		}
		
#copyright{
	margin-top:170px;
	}
	
	
	.te_content{
		background: #eeeeee;
	}
	
	
	.te_right, .te_bottom{
		display: none;
	}
	
	#sale_over_link, #sale_over_parent{
		display:none;
	}
	
	#sale_over{
		padding: 15px;
	}
	
	
	
	
	