@charset "utf-8";
/* CSS Document */

body{background:url(../images/background.jpg) repeat-x top;margin:0px;}

#content {
  width: 1147px ;
  margin-left: auto ;
  margin-right: auto ;

}
a{
	text-decoration:none;
	color:#423F5B;
}
a:hover{
	text-decoration:underline;
	color:#000;
}

#footer{font-size:14px; font-family:'Times New Roman', Times, serif; color:#423f5b; padding-top:5px;text-align:center;background:#fff;}
