
body {
    margin: 10px 20px 50px 10px; 
    padding:0px;
    text-align:center;
    }  
 
body { 
background-image:url('../img/EnPriseBackground.jpg');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:center center;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;

}



a img {
	border: none;
}

#PageContainer{
	max-width: 400px; text-align: center; margin: 0px auto; 
}

  
#MainSection p:first-of-type  {
  -webkit-column-count: 1;
  -webkit-column-gap: 3%; /* Saf3, Chrome*/
  -moz-column-count: 1;   
  -moz-column-gap: 3%; /* FF3.5+ */
  column-count: 1;        
  column-gap: 3%; /* Opera 11+*/
  }
  
#MainSection img {
  max-width: 600px;
  margin: 0px 0px 0px 0px;
}

#SubSection img {
  max-width: 600px;
  margin: 5px 0px 5px 0px;
}

#HeaderSection img {
  max-height: 70px;
  margin: 0px 0px 0px 0px;
  width: auto;
  height: auto;
}

#FooterSection img {
  max-width: 100px;
}

@media all and (max-width: 900px) and (min-width: 600px) {

#PageContainer{
	max-width: 500px; text-align: center; margin: 0px auto; 
}

#MainSection p:first-of-type  {
  -webkit-column-count: 1;
  -webkit-column-gap: 3%; /* Saf3, Chrome*/
  -moz-column-count: 1;   
  -moz-column-gap: 3%; /* FF3.5+ */
  column-count: 1;        
  column-gap: 3%; /* Opera 11+*/
}


#MainSection p  {
  -webkit-column-count: 3; /* Saf3, Chrome*/
  -webkit-column-gap: 4%; /* Saf3, Chrome*/
  -moz-column-count: 3; /* FF3.5+ */
  -moz-column-gap: 4%; /* FF3.5+ */
  column-count: 3; /* Opera 11+*/
  column-gap: 4%; /* Opera 11+*/
  }
  
#MainSection img {
  max-width: 800px
}

#SubSection img {
  max-width: 230px;
  margin: 5px 5px 5px 5px;
}

#FooterSection img {
  max-width: 100px;
}

}

@media all and (min-width: 900px) {

#PageContainer{
	max-width: 600px; text-align: center; margin: 0px auto; 
}

#MainSection p:first-of-type  {
  -webkit-column-count: 1;
  -webkit-column-gap: 3%; /* Saf3, Chrome*/
  -moz-column-count: 1;   
  -moz-column-gap: 3%; /* FF3.5+ */
  column-count: 1;        
  column-gap: 3%; /* Opera 11+*/
  }
#MainSection p  {
  -webkit-column-count: 3;
  -webkit-column-gap: 1%; /* Saf3, Chrome*/
  -moz-column-count: 3;   
  -moz-column-gap: 1%; /* FF3.5+ */
  column-count: 3;        
  column-gap: 1%; /* Opera 11+*/
  }
  
#MainSection img {
  max-width: 800px;
}

#SubSection img {
  max-width: 250px;
  margin: 5px 5px 5px 5px;
}

#HeaderSection table {
  max-width: 800px;
  
}

#FooterSection img {
  max-width: 120px;
}

}



@media all and (min-width: 1280px) {

#PageContainer{
	max-width: 750px; text-align: center; margin: 0px auto; 
}

#MainSection img {
  max-width: 800px
}

#MainSection p:first-of-type  {
  -webkit-column-count: 1;
  -webkit-column-gap: 10px; /* Saf3, Chrome*/
  -moz-column-count: 1;   
  -moz-column-gap: 10px; /* FF3.5+ */
  column-count: 1;        
  column-gap: 10px; /* Opera 11+*/
  }


#MainSection p  {
  -webkit-column-count: 2;
  -webkit-column-gap: 10px; /* Saf3, Chrome*/
  -moz-column-count: 2;   
  -moz-column-gap: 10px; /* FF3.5+ */
  column-count: 2;        
  column-gap: 10px; /* Opera 11+*/
  }
  
#SubSection img {
  max-width: 235px;
  margin: 5px 5px 5px 5px;
}

#FooterSection img {
  max-width: 130px;
}

}



