@charset "utf-8";
/* CSS Document */

body
{ 
background-color: #000000;
background-repeat: no-repeat;
margin-top: 0;
}

/*background image for each section*/


a:link    { text-decoration: underline; 
              color: #ccccff; }
a:visited   { text-decoration: none;
 				color: #ccccff; }
a:hover   { text-decoration: underline;}

p
{
font: 16px Arial, Helvetica, sans-serif;
color: #F5FDBC;
margin-right: 10px;
margin-bottom: 10px;
text-align: left;
}

.moveover{
margin-left: 200px;
margin-top: 150px;
}

.mainbackdiv
{
background-image:url('images/backing.jpg');
background-repeat:no-repeat;
width: 980px;
height: 700px;
}

.footer
{
font: 10px Arial, Helvetica, sans-serif;
color:#FFFFCC;
line-height: 100%;
width: 942px;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}