
* {	margin: 0;	padding: 0;}

body {
	background-color: #f4f4f4;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(fon4.jpg);
}
#wrapper {
	width: 100%;
	height: auto;
/*	background-image: url(fon.jpg);*/
	background-repeat: no-repeat;
/*	background-position:-160px -450px;*/
	background-attachment: fixed;
}
#content {
/*	width: 1000px;*/
	height: 1000px;
	margin: 0 10% 0 10%;
/*	border: 1px dotted #000;*/
}
#logo {
	color: #FFF;
	font-size: 500%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	margin-top: 25px;/*	text-shadow:4px 4px 14px #000;*/
}
#phone {
	font-size: 170%;
	text-align: right;
	font-weight: bold;
	color: #FFF;
}
#content2 {
	width: 85%;
	height: 300px;
	background-image: url(transparent-bl.png);
	float: left;
	margin-top: 84px;
}

#content2 span{
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
#content2 p{
	height: 800px;
	padding: 25px 12px 0 20%; /*80px*/
	color: #FFF;
	font-size: 82%;
}
#foot {
	height: 40px;
	margin-top: 10px;
	bottom: 0px;
/*	position: fixed;*/
	width: 100%;
	background-image: url(transparent-bl.png);
}
#foot p{
	color: #FFF;
	padding: 20px 0 0 70px;
	font-size: 82%;
	
}

