/* CSS Document */

body{background:url(images/bg.png) ;
margin:0px;
}
#head {
	height: 50px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.footwr{
	height: 45px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFBFDF;
	font-size:11px;
}
