/* CSS */

html, body {
     background-color: #000;
     height: 490px;
     width: 100%;
     margin: 10px 0px 0px 0px;
     padding: 0;
}

#main {
      height: 480px;
     width: 800px;
     margin-left: auto;
     margin-right: auto;
	  border: 1px dashed #FFF;
	  background-image: url('pixel/illu.jpg');
	  background-position: center center;
	  background-repeat: no-repeat;
	  
}


#illu {
}
