@charset "UTF-8";
/* CSS Document */
/* Basic */
	
	#bodyBg{
	width:955px;;
	border:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
	padding:0 0 0 0;
	text-align: center;
	background-color:#666;
	background: url(../content/images/bg-texture.png) top left,
				-webkit-gradient(linear, left top, left bottom, from(#666666), to(#777777));
	background: url(../content/images/bg-texture.png) top left,
				-moz-linear-gradient(top left, #666666, #777777); 
	background: url(../content/images/bg-texture.png) top left #777777;
	}
	
	#x_header{
	width:100%;
	height:24px;
	vertical-align:top;
	}
	
	#x_footer {
	padding-top:24px;
	}
	
	#visuals img {
	border:14px solid #FFF;
	-moz-box-shadow: 0 2px 8px #000;
	-webkit-box-shadow: 0 2px 8px #000;
	box-shadow: 0 2px 8px #000;
	}