Verify the database to see if it is corrupted.

RESTORE verifyonly FROM DISK='C:\Backup\Mydatabasefullbackup.bak';

You may also want to ensure that the original database you backed up from is...