@import url(./base.css);

body{
}

div#contents{
min-height: 450px;
background:#222222;
padding:20px;
background-image: url("../images/stripe.png"), url("../images/shadow.png"), url("../images/graygrad.png");
background-repeat: repeat, no-repeat, repeat-x;
background-position: top, bottom right, top;
text-align:center;
}

div#contents a:link{color:#bbbbbb}
div#contents a:visited{color:#bbbbbb}
div#contents a:hover{color:#ffffff}
div#contents a:active{color:#ffffff}

div#contents table{
margin:0px auto;
color: #ffffff;
}

div#contents table td{
padding:5px 10px;
color: #ffffff;
}

div#contents table td.label{
text-align:right;
}

div.nullCheck{
margin:20px auto;
font-size:small;
color:#cccccc;
}