@charset "utf-8";
/* CSS Document */

body { padding: 0px; margin: 0px; width: 100%; height: 100%; color: #c1c1c1; font:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#000; }

#content { z-index: 2; position:absolute; width:100%; }
#header { background:#000000; width:100%; }
#centerContent { background:url(../images/checkerBackground.png) 300px 100px repeat-x; width:100%; padding:0px; margin:0px; }
#footerContent { background:#000; width:100%; height: 100%; }

a { color: #c1c1c1; }

.texta {
	font-family: Arial, Sans-Serif;
    font-size: 12px;
	color: #323642;
    margin-bottom: 0px;
    display: block;
    padding: 2px;
	background-color: #000;
    border: solid 1px #323642;
    width: 137px;
}
