Run the following command in query analyser while connected to your database, replace mydatabase with your database name:
DBCC SHRINKFILE(mydatabase_log, 1)
BACKUP LOG mydatabase WITH TRUNCATE_ONLY
DBCC SHRINKFILE(mydatabase_log, 1)
If you are unsure then please contact support.