*{
margin: 0px;
padding: 0px;
text-align:center;
background-color: #000000;
}
img {
margin: 0px;
padding; 0px;
border: none;
}
div.img{
margin: 0px;
padding; 0px;
}
#header{
width:100%;
height:60px;
background-image:url(../img/header.gif);
background-repeat:repeat-x;
background-position-y: bottom;
}
#contents{
width:100%;
height:100%;
font-size: 1px;
background-color: #000000;
}
#footer{
width:100%;
height:152px;
background-image:url(../img/footer.gif);
background-repeat:repeat-x;
background-position-y: top;
}

div.newsTxt{
font-size: 11px;
color: #C7CBCA;
}

table {width:100%; height:100%; padding:0px; margin:0px; text-align:center;}
td {vertical-align:middle;}