@charset "utf-8";
body {
	margin: 0px;
	background-color: #000;
}
#bg{
	z-index:0;
	width:100%;
	height:100%;
	position: absolute;
	margin-left:0px;
	margin-top:0px;
	background-attachment: fixed;
	background-image: url(../images/bg-1600x1200.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#vimeo{
	z-index:1;
	width:504px;
	height:277px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-252px;
	margin-top:-138px;
	
}
#tile-right{
	z-index:0;
	width:134px;
	height:100%;
	position: absolute;
	top: 0px;
	left: 100%;
	margin-left:-134px;
	margin-top:0px;
	background-attachment: fixed;
	background-image: url(../images/tile-right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#tile-left{
	z-index:0;
	width:134px;
	height:100%;
	position: absolute;
	margin-left:0px;
	margin-top:0px;
	background-attachment: fixed;
	background-image: url(../images/tile-left.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#tile-top{
	z-index:0;
	width:100%;
	height:134px;
	position: absolute;
	top: 0px;
	left: opx;
	margin-left:0px;
	margin-top:0px;
	background-attachment: fixed;
	background-image: url(../images/tile-top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#tile-bottom{
	z-index:0;
	width:100%;
	height:134px;
	position: absolute;
	top: 100%;
	left: opx;
	margin-left:0px;
	margin-top:-134px;
	background-attachment: fixed;
	background-image: url(../images/tile-bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
