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

body {
	background-color: black;
	}

a:link {
	color: white;
	text-decoration:none;
	}
a:visited {
	color: white;
	text-decoration:none;
	}	
		
	
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 50px;
	font-weight: normal;
	text-align: right;
	color: white;
	}
	
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: normal;
	text-align: right;
	color: white;
	}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	color: white;
	}	
	
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: white;
	}	
	
span.red {
	color:red;
	}	


#main{
	height: 45px;
	overflow: hidden;
}

#wrapper { 
	width:1150px; 
	min-width: 980px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 50px;
	padding: 50px 50px 50px 50px; 
	overflow: hidden;
	}
	
#pic { 
	width: 990px;
	min-width: 988px;
	left:50%;
	margin-left: auto; 
	margin-right: auto;
	overflow: hidden;
	}	

#contacts { 
	margin-top: -25px;
	margin-left: auto; 
	margin-right: auto;
	overflow: hidden;
	}	

#adress { 
	margin-top: -20px;
	margin-bottom: -25px;
	}

#name { 
	margin-top: -35px;
	margin-bottom: 0px;
	}	

#tel { 
	margin-top: -15px;
	margin-bottom: -15px;
	}
	
#email { 
	margin-top: -15px;
	margin-bottom: -15px;
	}	
	
#footer { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	}	
	
#floatTip {
  position: absolute; /* Абсолютное позиционирование */
  width: 250px; /* Ширина блока */
  display: none; /* Прячем от показа */
  border: 3px solid #333; /* Параметры рамки */
  padding: 5px; /* Поля вокруг  текста */
  font-family: "Courier New", Courier, monospace; /* без засечек */
  font-size: 20pt; /* Размер  шрифта */
  text-align: center;
  color: #333; /* Цвет текста */
  background: #FFFAFA; /* Цвет фона */
}