html, body {
	background:url("../images/intro/page/pattern.gif");
}

.page {
	background:url("../images/intro/page/bg.png") repeat-x 0 0;
}

.container {
	/*background:url("../images/intro/page/image.jpg") no-repeat center 0;*/
	min-height:512px;
	width:100%;
}

.wrapper {
	padding-top:20px;
	width:853px;
	margin:0 auto;
}

.header {
	height:129px;
	background:url("../images/intro/header/bg.jpg");
	margin-bottom:1px;
}

.content {
	height:529px;
}

.footer {
	height:0px;
}

.left-content {
	margin-right:1px;
}

.menu {
	padding-bottom:20px;
}

/**
 * blocks
 */
.block {
	margin-bottom:1px;
}

	.block .bg {
		background:url("../images/intro/blocks/bg.png");
	}

.block.services {
	width:286px;
}

.block.video {
	width:566px;
}

.fb-like-container { background:#000; border:#333 solid 1px; width:852px; height:39px; overflow:hidden; position:relative; }
.fb-like { position:absolute; z-index:1; top:-23px; left:60px; }
.fb-like-top { position:absolute; z-index:5; left:100px; top:0; background:#000; width:300px; height:7px; font-size:0 }
.fb-like-right { position:absolute; z-index:5; left:360px; top:0; background:#000; width:20px; height:39px; font-size:0 }
.fb-logo { display:block; width:100px; height:39px; background:#000; position:absolute; z-index:10; padding:7px; }

