html{
height:100%;
background:#EEE;
background:-moz-linear-gradient(top, #FFF 0%, #CCC 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#CCC));
}
body{
width:100%;
height:100%;
}
h2{
margin:0;
font-weight:bold;
}
.container1{
position:absolute;			
width:945px;
height:376px;
left:50%;
top:40%;
margin-left:-472px;
margin-top:-188px;	
}
.l-img{
position:relative;
display:block;
float:left;
margin:0 10px 10px 0;
}
#text1,#text2,#text3{
display:none;
}
.container2{
position:absolute;			
width:945px;
height:376px;
left:50%;
top:50%;
margin-left:-472px;
margin-top:-173px;	
}
table.ex{
border:1px solid #666;
border-collapse:collapse;
border-spacing:0;
margin:0;
}
table.ex th{
background-color:#E0E0E0;
border:1px solid #666;
padding: 6px 12px;
text-align:left;
vertical-align:top;	
}
table.ex tr.even td{
background-color:#E5ECF9;
}
table.ex tr.odd td{
background-color:#FFF;
}
table.ex td{
border:1px solid #666;
padding:6px 12px;
text-align:left;
vertical-align:top;
}