html,body {
margin:0;
padding:0;
height:100%;
font-family: 'tahoma', Arial, Helvetica, sans-serif;
font-size:11px;
color: Black;
background: #fce0ec;

}
a {
text-decoration: none;
color: Black;
}
a:hover {
text-decoration: none;
color: #ee018f;
}
.clr {
clear: both;
margin: 0;
padding: 0;
height: 0;
}

div {
position: relative;
}

div#container_all {
margin: 0 auto; 
width:750px;
height:auto !important;  
height:100%; 
min-height:100%;
 background-image: url(img/cont.jpg);
 background-repeat: repeat-y;
}
div#header {
width: 750px; height:450px;
position: relative; 
margin: 0 auto;
padding: 0;
 background-image: url(img/top.jpg); background-position: top; background-repeat: no-repeat;
}
div#header h1 {
	margin-top:80px;
	margin-left:100px;
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #ee018f;
	left: 81px;
	top: 48px;
}
div#header div.text {
	position: absolute;
	margin-top: 100px;
	margin-left:100px;
	left: -3px;
	top: 81px;
	width: 400px;
	height: 229px; color: #494949; font-size: 15px; text-align: right; 
	line-height: 150%;
}

div#header div.logo {
	width: 350px; height: 74px; 
	position: absolute; top:10px; right: 20px}

div.all {
width: 670px;
margin-left: 30px;
padding-bottom: 60px; background-image: url(img/logo_fed.gif); background-position: right top; 
background-repeat: no-repeat;
}

div.all div.txt {
	width: 440px; margin-left: 30px; text-align: justify; font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	line-height: 130%
}
div.all div.hurt { font-size: 11px; color: #ab0167; margin-right: 30px;
	border-top: 1px solid #ee018f; line-height: 18px
}
div#footer {
position: absolute;
margin-top:30px;
bottom: 0;
text-align: center;
width: 100%; 
height: 50px;
background-image: url(img/footer.jpg);
background-repeat: no-repeat;
background-position: center top;
}
