.1
{position: absolute;

 background-color: black;
 width: 256;
 height: 256;
 top: 0;
 left: 0;}


.2
{position: absolute;

 background-color: black;
 width: 256;
 height: 1280;
 top: 0;
 left: 400;}


.3
{position: absolute;

 background-color: black; 
 width: 1280;
 height: 256;
 top: 256;
 left: 0;}


.4
{position: absolute;

 background-color: black;
 width: 1280;
 height: 1280;
 top: 256;
 left: 256;}
 
 
.5
{position: absolute;
 margin: auto;
 background-color: black;
 width: 150;
 height: 1280;
 top: 0;
 left: 1100;}


a:link, a:visited {text-decoration: none}
