body { 
background-image: url('imagenes/sitio/spikes.jpg'); 
background-color:black;
background-attachment:fixed;
background-repeat:repeat; 
font-family:Arial, Helvetica, sans-serif; 
font-size: 14px;
color: #FFFFFF;
padding:0px;
margin:0px;
} 


/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: #9A1212;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 960px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #000000 url('http://i147.photobucket.com/albums/r288/AzaelMexico/metalzateca/sitio/menubottom_new.jpg') no-repeat bottom left;
border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
height:150px;
text-align: center;
background:  url('imagenes/sitio/Imagen-Top-Con-Logo.jpg') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {

background:#000000  url('http://i147.photobucket.com/albums/r288/AzaelMexico/metalzateca/sitio/esquina_small.jpg') no-repeat top right;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
}
div#content { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background:#000000;
	height:90%;
	text-align: left;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: center; 
background:  url('http://i147.photobucket.com/albums/r288/AzaelMexico/metalzateca/sitio/footer_new.gif') repeat-x ;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: inline;
	color: #33CCFF;
	text-decoration: underline;
	text-align: center;
	width: 100%;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
   background: url('imagenes\sitio\menuhover.gif') no-repeat;
   color: #dc4d1b;
 }
