﻿html, body { /*גוף העמוד*/
	background-color: #06061e;
	margin:auto;
	/*width:960px;*/
	font-family:tahoma, Helvetica, sans-serif;
	Padding: 0;
	Margin: 0;
	Height: 100%;
	width:100%
}

.header {

	position:absolute;
	top:0px;
	left:0px;
	height:200px;
	right:0px;
	overflow:hidden;

}

img {

	border: none;
	
}

.main_Div { /*הדיב המרכזי שמכיל בתוכו את כל האלמנטים*/
	background-repeat:no-repeat;
    vertical-align:middle;
	direction:ltr;
	/*width:960px;*/
	height:100%;
	Min-height: 100%;
	/*position:relative;*/
	position:absolute; 
	left:0px;
	right:0px;
	overflow:auto;
	
}

.centered_div {

  width:700px;
  /*text-align:center;*/
  position:absolute;
  height:100px;
  float:right;
  Padding-bottom: 90px;   /* This value is the height of your footer */

}

.title_text {

	color:#A5A5A5;
	font-size:28px;
	cursor:default;

}

.small_text {

	color:#A5A5A5;
	font-size:13px;
	cursor:default;

}

.regular_text {

	color:#808080;
	font-size:18px;
	font-weight:bold;
	cursor:default;

}

.paragraph_text {

	display:none;
	position:absolute;

}

.youtube_music_player {

	position:absolute;
	margin-top:-2000px;

}

.footer {

	/*margin-top:250px;*/
	background-color: #ffffff;
	Position: absolute;
	Width: 100%;
	Bottom: 0;
	Height: 90px;  /* This value is the height of your footer */
	text-align:center;
	overflow:hidden;

}

a:link {color: #8C94A1; font-weight:bold;}
a:visited {color: #8C94A1; font-weight:bold;}
a:active {color: #8C94A1; font-weight:bold;}
a:hover {background-color: #efefef;}
a {text-decoration: none;}