* {
	margin: 0;
	padding: 0;
}

body {
	background: #bfbfbf;
}

div#main_wrapper {
	width: 100%;
}

	div#top_wrapper {
		height: 56px;
		width: 100%;
		
		position: relative;
		z-index: 2;
		
		background: url(../images/top-bg.png) repeat-x;
	}
	
		div#top_inner_wrapper {
			width: 900px;
			margin: auto;
		}
	
		    div#top_inner_wrapper img {
			    vertical-align: middle;
		    }

	div#top_wrapper_shadow {
		height: 16px;
		width: 100%;
		
		position: absolute;
		z-index: 1;
		
		background: url(../images/top-shadow.png) repeat-x;		
	}
	
		div#middle_wrapper {
			width: 900px;
			
			margin: auto;
			margin-top: -4px;
			
			padding: 15px;
			
			background: #ffffff;
			
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			
			box-shadow: 0px 0px 15px #686868/*, inset 0px -10px 15px #f2f2f2*/;
			-moz-box-shadow: 0px 0px 15px #686868/*, inset 0px -10px 15px #f2f2f2*/;
			-webkit-box-shadow: 0px 0px 15px #686868/*, inset 0px -10px 15px #f2f2f2*/;
		}
		
			div#left_content {
				float: left;
				width: 650px;
			}
		
			div#right_content {
				float: right;
				
				width: 223px;
				
				background: #f8f8f8;
				border: 1px solid #ffffff;
				
				box-shadow: 0px 0px 12px #d4d4d4, inset -111px 0px 80px #fdfdfd;
				-moz-box-shadow: 0px 0px 12px #d4d4d4, inset -111px 0px 80px #fdfdfd;
				-webkit-box-shadow: 0px 0px 12px #d4d4d4, inset -111px 0px 80px #fdfdfd;
			}
