.wrap {	   
   overflow: hidden; 
}
html, body {
    margin: 0; padding: 0; border: 0; 
}
body {
    background: #006699
}

#left {
    background: #006699;
    left: 0
}
#right {
    background: #006699;
    right: 0
}
#container {
    background: lightgray;
    width: 70%;
    margin: 0 auto;
	position: relative;
	padding: 10px;
	top: 45px;
	display:table;
}
ul.menu {list-style-type: none;}
form  { display: table;      }
p     { display: table-row;
		font-family: Arial, Helvetica, sans-serif;}
label.centered { display: table-cell;
				text-align: right;}
input.centered { display: table-cell; }
input {
      font-family: sans-serif;                
  }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

tr.alternate:nth-child(odd) { text-align:center; background-color: #F4F4F4; border-bottom: 1px solid #EBEBEB; border-top: 1px solid white; }

tr.alternate:nth-child(even) { text-align:center; background-color: #F9F9F9; border-bottom: 1px solid #EDEDED; border-top: 1px solid white; }
