@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	background: #000000;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

/* Divs */

#main {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000000;
	overflow: hidden;
	float: left;
}

#leftBackground {
	position: absolute;
	width: 50%;
	left: 0px;
	top: 0px;
	height: 100%;
	margin-left: -700px;
	margin-top: -1000px;
	background-image: url('bgleft.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#rightBackground {
	position: absolute;
	width: 50%;
	right: 0px;
	top: 0px;
	height: 100%;
	margin-right: -700px;
	margin-top: -1000px;
	background-image: url('bgright.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#leftBorder {
	position: absolute;
	width: 50%;
	left: 0px;
	bottom: 0px;
	height: 1000px;
	margin-left: -700px;
	background-image: url('left.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#rightBorder {
	position: absolute;
	width: 50%;
	right: 0px;
	bottom: 0px;
	height: 1000px;
	margin-right: -700px;
	background-image: url('right.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#centerTopBorder {
	position: absolute;
	width: 1400px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -700px;
	margin-top: -1000px;
	background-image: url('top.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#center {
	position: absolute;
	width: 1400px;
	height: 1000px;
	bottom: 0px;
	left: 50%;
	margin-left: -700px;
	background-image: url('bg.jpg');
}

#video {
	position: absolute;
	width: 1400px;
	bottom: 350px;
	left: 50%;
	margin-left: -700px;
	text-align: center;
}