body {
		margin: 0em auto;
		padding:0em;
		background:  #eee;
		text-align:center;
    font-family: trebuchet ms, helvetica, verdana;
    font-size: 9pt;
    color:#fff
		}

#page-container {
	width: 1000px; margin: 0px auto; padding: 0px;
}
		
.pixels {
     		text-align:center;
        width: 1000px;
        height:1250px;
        } 	
				
.top {
	  width:1000px;
	  color:#fff;
		background:#000;
	  }

.bottom {
	  width:1000px;
	  color:#fff;
		background:#000;
		font-size:8pt;
	  }		
		
.ins2 {
	  width:1000px;
	  color:#000;
		background:#ff00ff;
		font-weight:bold;
		font-size:10pt;
	}

a:link {
		color: #fff; font-weight: bold; text-decoration: none; font-size: 10pt;text-align:center;
		}

a:visited {
		color: #fff; font-weight: bold; text-decoration: none;font-size: 10pt;text-align:center;
		}
		
a:hover {
		color: #ff00ff;text-decoration: none;font-size: 10pt;text-align:center;
		}
		
a.title:link {
		color: #fff; font-weight: bold; text-decoration: none; font-size: 16pt;text-align:center;
		}

a.title:visited {
		color: #fff; font-weight: bold; text-decoration: none; font-size: 16pt;text-align:center;
		}
		
a.title:hover {
		color: #ff00ff;text-decoration: none; font-size: 16pt;text-align:center;
		}		
		