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

/*body 
{
	background-color:#000000;
	
}*/
body 
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align:justify;
   line-height: 1.5em;
   color: #000000;
   background-color: #000000;
   background-image: url(images/bg.jpg);
   background-position: bottom left;
   background-attachment: fixed;
   background-repeat:no-repeat;
}
#content {
  width: 600px ;
  margin-left: auto ;
  margin-right: auto ;
}

#2content { 
  /*float: center;
   height: 500px;
  top:50%;*/
  /*left: 0px;*/
   width: 100%;
   margin-top: -215px;
   margin-left: auto ;
   margin-right: auto ;
   position: absolute;  
}
