So create the partition table you need and copy the bootblock over.
Any Linux bootdisk, the tools fdisk and dd, their respective manpages, and any of the thousands of sites which describe the format of the MBR will assist you with this.
Not entirely sure it's that simple, windows 7 and NTFS combined have a slightly different MBR. For FAT32 the MBR is 446 bytes of boot code followed by 4 partition structures pointing to where on the disk they are and finally the signature 0xAA55
NTFS has the bios parameter block followed by what they call the bootstrap code and finally the sig 0xAA55
What might work is to boot from your W7 install cd with the SSD installed as main C: drive, format it within the install and then quit the install. Then simply copy all the files from you windows partition over to the SSD. I'm sure there must be other ways to create a bootable NTFS drive which you can then copy you windows partition to but I'll leave you and google alone with that one
