fixed it myself, my code now looks like
/* Page Structure */
body{
font-size: 62.5%; /* Resets 1em to 10px */
color: #444;
background:url('
http://i50.tinypic.com/357khfp.jpg');
background-size:100% 100%;
background-repeat:no-repeat;
background-attachment:fixed;
text-align: center;
}
Please not i also added the fixed background code.