/* -----------General Formating------------------- */

body.indexbackg
{
padding:0;
background-image: url('../images/starfield_bkg_1200w.png');
background-repeat:repeat-y;
background-position: center top;
background-color: #000000;
}
body.indextarget
{
background-image:url('../images/m16.png');
background-repeat:repeat-y;
background-position: center top;
background-color: black
}
p.middle
{
text-align: center;
color: red;
font-size: 16pt;
}
div.container
{
width: 1000px;
height: 980px;
margin-left: auto;margin-right: auto;
}