@charset "utf-8";
/* CSS Document */

/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0; padding:0; background-color:#000000;}
/* Set the position and dimensions of the background image. */
#page-background {
	position:absolute;
	top:50%;
	left:50%;
	width:877px;
	height:666px;
	margin-left:-438.5px;
	margin-top:-333px;
	
	z-index:0;
	border:none;
	overflow:hidden;
	border-style: none;
	border-width: 0px;
}

iframe {
background-color:#000000;
border-bottom-style:none;
border-bottom-width:0px;
frameborder:"0";
}

#videobox {
position:absolute;
top: 100px;
left: 430px;
}

#splash-background {
	position:absolute;
	margin-left:-215.5px;
	left:50%;
	width:431px;
	height:657px;
	z-index: 0;
	border:none;
	overflow:hidden;
}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {
	position:absolute;
	z-index:1;
	padding:10px;
}

td {
	vertical-align: text-top;
	text-indent: 10px;
	font-size:15px;
	overflow: visible;
}

#text {
	position:absolute;
	z-index: 1;
	top: 87px;
	left: 96px;
	overflow:visible;
	width: 282px;
	height: 259px;

}

#mailingbox {
	position:absolute;
	z-index: 1;
	top: 422px;
	left: 162px;
	overflow:visible;
	width: 282px;
	height: 259px;

}

p {
font-size:12px;
line-height: 15px;
color:#333333;
}

li {
font-size:12px;
line-height: 15px;
list-style:hebrew;
padding-bottom: 10px;
color:#333333;

}

#text-right {
position:absolute;
z-index: 1;
top: 80px;
left: 460px;
overflow:visible;
}

img {
border:none;
z-index: 2;
}

#introlink {
	position:absolute;
	height: 40px;
	width:40px;
	z-index: 2;
	}

a {
	color:#000000;
}