@charset "utf-8";
/* CSS Document */
body {
   	margin:0 0 5px 0;
	padding:0;
	background-color:#111000;
}
#page{
    width : 770px;
	height:auto;
  	background-color:#3A3A3A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #3a3a3a;
	}
#top{
    width :770px;
    height :150px;
    background-color: #000000;
    background-image: url(../images/mutilation_top.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
#menu{
  width: 770px;
  background: #000000;
  padding-top: 2px;
}
#container{
  margin-top: 5px;
  width: 768px;
  height: auto;
}

#catalogo{
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
  background-color:#000000;
  border: 1px solid #d3d3d3;
}


#footer{
  margin-top: 10px;
  padding-top: 10px;
  padding-left:10px;
  background-color: #000000;
  width: 760px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  color: #d3d3d3;
}
#footer
a:link {text-decoration: none; color:#CCCCCC;}
a:visited {text-decoration: none; color:#FFFFFF;}
a:hover {text-decoration: underline;color: #ff0000;}
a:active {text-decoration: none;color: #C0C0C0;}



