	html{
		width:100%;
	}
    body {
		
        color:#eee;
  background:url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
              padding-top: 20px;

        /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
      }
th, td {
    padding: 5px;
}
       table.table1, td.table1, th.table1{
        border: 1px solid black;
      }
      
 table.table2 {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td.table2, th.table2 {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}


	  
 table.table3 {
    font-family: arial, sans-serif;
    width: 100%;
}

td.table3 {
    text-align: left;
    padding: 8px;
}
th.table3 {
    text-align: left;
    padding: 8px;
}

 table.table4 {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td.table4, th.table4 {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
