#container {
 margin: 10px auto;
 border: 1px solid #ddd;
 /*background: transparent url(containe.gif) repeat-y 50% 50%;*/
 text-align: left;
 width: 448px !important;
 width /**/:450px;
 }



#content {
 /*background: transparent url(bg_body.jpg) repeat-y 50% 50%;*/
 background: transparent url(bg_body.jpg) repeat;
margin:0px;
padding:20px;
padding-top:-1px;

 }

#content p{
	margin-top:10px;
	margin-bottom:5px;
	text-align: justify;
}

a {
 text-decoration: underline;
 }
a:link, a:visited {
 color: #666;
 }
a:hover, a:active {
 color: #000;
 }