@CHARSET "UTF-8";

body {
	top: 0;
	left: 0;
	margin: 0;
	font-family: Arial,Verdana,Tahoma,san serif;
	font-size: 10pt;
	background-color: #000000;
	background-image: url("img/main-background.png");
	background-repeat: repeat-y;
	background-position: center;
}
table tr td img {
	border: none 0px;
	margin: 0;
	padding: 0;
	display: block;
}
.bg-top {
	position: absolute;
	z-index: 1;
	height: 200px;
	width: 100%;
	background-image: url("img/top-background.png");
	background-repeat: repeat-x;
}

.bg-table {
	position: absolute;
	z-index: 2;
	border: solid 0px red;
	width: 100%;
}
.bg-td-left {
	width: auto;
}
.bg-td-mid {
	width: 721px;
}
.bg-td-right {
	width: auto;
}

.border-table {
	position: absolute;
	z-index: 4;
	top: 110px;
	width: 100%;
	border: none 0px;
}
.cont-bg-table {
	position: absolute;
	z-index: 3;
	top: 150px;
	border: solid 1px green;
	width:100%
	
}
.border-top {
	
}
.border-top img, .border-bottom img {
	float: left;
}
.border-t-r, .border-t-l {
	width: auto;
}
.border-l-side {
	background-image: url("img/black-vertical-left.png");
	background-repeat: repeat-y;
	width: 250px;
}
.border-r-side {
	background-image: url("img/black-vertical-right.png");
	background-repeat: repeat-y;
	background-position: right;
	width: 250px;
}
.border-bottom img {
}
.cont-bg-td-left {
	width: auto;
}
.cont-bg-td-mid {
	width: 460px;
	background-color: #d3d3d3;
}
.cont-bg-td-right {
	width: auto;
}

.cont-table {
	position: relative;
	width: 100%;
	border: solid 1px purple;
}
.grey-column-left-top {
	
}
.grey-column-left-mid {
	background-image: url("img/left-grey.png");
	background-repeat: repeat-y;
}
.grey-column-left-bottom {
	
}



.content {
	margin: -125px 20px 0px -55px;
}
.clean {
	clear: both;
}
.buy-top {
	float: right;
}
.header-top {
	
}

.upper_table_line
{
	height: 53px;
}
.left_upper_table_line 
{
	background: url(img/black-left-top-corner.png) no-repeat;
	width: 250px;
}
.center_upper_table_line
{
	background: url(img/black-top.png) repeat-x;
}
.right_upper_table_line
{
	background: url(img/black-right-top-corner.png) no-repeat;
	width: 250px;
}

.first_line_table
{
	height:111px;
}

.left_first_line_border
{
	background: url(img/black-left-top.png) no-repeat;
	width: 47px;
}

.right_all_line_border
{
	background: url(img/black-vertical-right.png) repeat-y;
	width: 26px;
}

.left_second_line_border
{
	background: url(img/black-vertical-left.png) repeat-y;
	width: 47px;
}

.down_table_line
{
	height: 23px;
}

.left_down_table_line
{
	background: url(img/black-left-bottom-corner.png) no-repeat;
	width: 250px;
}

.center_down_table_line
{
	background: url(img/black-bottom.png) repeat-x;
}

.right_down_table_line
{
	background: url(img/black-right-bottom-corner.png) no-repeat;
	width: 250px;
}

.helper_right
{
	width:50%;
}

.helper_left
{
	width:50%;
}

.main_text
{
	padding-right: 40px;
	text-align: justify;
}

.pic_title
{
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.screens
{
	background-image: url(img/screen-background.png); 
	background-repeate: repeate-x; 
}
.screens img
{
	
	display: inline;
}

.video
{
	padding-top: 40px;
}