BODY { background-image:url(bckgnd.jpg);
               background-repeat:repeat
               background-attachment:fixed }
#logobck{
width : 450px;
height : 450px;
margin : auto;
padding : 0; 
background : url(logobck.png) no-repeat;
}

#logobck img{
	margin:170px 0 10px 120px;
}
#logobck p{
	margin:6px 45px 0 0;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#524522;
}

#contact{
width : 450px;
height : 200px;
position: fixed;
margin: auto;
bottom: -20px; 
background : url(contact.png) no-repeat;
}

#contact_txt{
	margin:70px 0 0 190px;
}

#contact p{
	margin:5px 45px 0 0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#524522;
}
