/* CSS Document */

header {
       margin: auto;
       }

body {
     margin: auto;
     font-family: "Times New Roman", serif;
     width: 100%;
	 background-color:#000000;
	 visibility: visible;
     max-width: 100%;
	height:100%;
	 text-align: center; 
     }
/*
div {
     text-align: center;
     margin-left:auto; 
     margin-right:auto;
    }
*/	
	
	img { 
      text-align: center;
      align: center;
	  width:100%;   
	  border:0px solid #CCCCCC;
		  
    }

.r1
{
width:600px;
height:230px;
margin:14% auto;
}

.g1
{
max-width:20%;
float:left;
table-layout:fixed;
}

#body
{
overflow:hidden;
width:100%;
}
.test
{
max-width:100%;
}

.img1
{
padding:5px;

}

.footer
{
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px;
float:left;
text-align:left;
margin:30px;
}

