

body
{
background-image:url("../image/stargate.jpg");
background-attachment: fixed;
background-position: center;
background-color: green;
background-repeat: no-repeat;
}
div
{
text-indent: 50px;
   color: yellow;
   text-align: center;
}
